Skip to content

Commit

Permalink
build(package): set NODE_ENV=development in script build:unmin
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 19, 2019
1 parent c81d66a commit 5a7877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "npm run clean && npm run build:min && npm run build:unmin",
"build:min": "NODE_ENV=production rollup --config --output.file dist/inline-style-parser.min.js --sourcemap",
"build:unmin": "rollup --config --file dist/inline-style-parser.js",
"build:unmin": "NODE_ENV=development rollup --config --file dist/inline-style-parser.js",
"clean": "rm -rf dist",
"coveralls": "cat coverage/lcov.info | coveralls",
"lint": "eslint --ignore-path .gitignore .",
Expand Down

0 comments on commit 5a7877b

Please sign in to comment.