Skip to content

Commit

Permalink
fix(package): correct semantic release syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
geraintwhite authored Jan 14, 2018
1 parent 99bd51e commit fc26474
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 @@ -15,7 +15,7 @@
"test": "npm run lint && tape tests/*.js | tap-spec",
"coverage": "istanbul cover tape tests/*.js",
"coverage:report": "codeclimate-test-reporter < ./coverage/lcov.info",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"dependencies": {
"ansi-to-html": "^0.6.0",
Expand Down

0 comments on commit fc26474

Please sign in to comment.