Skip to content

Commit

Permalink
build(package): update script build:min to generate sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jun 22, 2019
1 parent b0951e0 commit a13be58
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 @@
"main": "index.js",
"scripts": {
"build": "npm run clean && npm run build:min && npm run build:unmin",
"build:min": "NODE_ENV=production rollup --config --file dist/style-to-object.min.js",
"build:min": "NODE_ENV=production rollup --config --file dist/style-to-object.min.js --sourcemap",
"build:unmin": "NODE_ENV=development rollup --config --file dist/style-to-object.js",
"clean": "rm -rf dist",
"coveralls": "cat coverage/lcov.info | coveralls",
Expand Down

0 comments on commit a13be58

Please sign in to comment.