Skip to content

Commit

Permalink
chore: Fix semantic-release command
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Mar 12, 2018
1 parent ff58079 commit 7f9e3f4
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": "./src/index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"keywords": [
"hubot"
Expand Down

0 comments on commit 7f9e3f4

Please sign in to comment.