Skip to content

Commit

Permalink
fix: prepublish can run via npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Jan 12, 2016
1 parent 5edd44f commit ca3ce19
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 @@ -4,7 +4,7 @@
"main": "./lib/index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test",
"semantic-release": "semantic-release pre && prepublish && npm publish && semantic-release post",
"semantic-release": "semantic-release pre && npm run prepublish && npm publish && semantic-release post",
"prepublish": "coffee --compile --output lib/ src/"
},
"keywords": [
Expand Down

0 comments on commit ca3ce19

Please sign in to comment.