Skip to content

Commit

Permalink
fix(package): fix release fail problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghuabei committed Oct 28, 2016
1 parent 4a007e7 commit ecc7d23
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 @@ -26,7 +26,7 @@
],
"scripts": {
"coveralls": "cat coverage/lcov.info | coveralls",
"semantic-release": "semantic-release pre && yarn publish && semantic-release post",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "babel-node ./node_modules/.bin/isparta cover _mocha",
"prepublish": "yarn run compile",
"compile": "rm -rf generators && cp -R src generators && babel src/app/index.js --out-file generators/app/index.js"
Expand Down

0 comments on commit ecc7d23

Please sign in to comment.