Skip to content

Commit

Permalink
fix: Use sourcemaps at NPM version
Browse files Browse the repository at this point in the history
finom committed Oct 3, 2016

Verified

This commit was signed with the committer’s verified signature.
re-taro Rintaro Itokawa
1 parent 69ee64f commit d3c4223
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
@@ -21,7 +21,7 @@
"semantic-release": "semantic-release pre && npm run deploy && semantic-release post",
"deploy": "npm run deploy-to-git && npm run npm-deploy",
"npm-deploy-setup": "echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> npm/.npmrc",
"npm-compile": "shx rm -rf npm && babel src -d npm && shx cp README.md npm/README.md && shx cp -r .git npm/.git && node ./tools/generate-package",
"npm-compile": "shx rm -rf npm && babel src -d npm --source-maps && shx cp README.md npm/README.md && shx cp -r .git npm/.git && node ./tools/generate-package",
"npm-publish": "cd npm && npm publish && cd ..",
"npm-deploy": "npm run npm-compile && npm run npm-deploy-setup && npm run npm-publish",
"bundle": "webpack --config ./webpack.config.js",

0 comments on commit d3c4223

Please sign in to comment.