Skip to content

Commit

Permalink
chore(package): execute correct semantic-release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Aug 5, 2015
1 parent dc14b3f commit d992555
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 @@ -68,7 +68,7 @@
"coverage": "nyc report",
"coverage:upload": "npm run -s coverage -- --reporter=text-lcov | coveralls",
"pretest": "standard",
"semantic-release": "semantic-release-scripts pre && npm publish && semantic-release-scripts post",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"start": "bin/start",
"test": "nyc tap --no-cov ./test/{unit,integration}/*.js ./test/integration/plugins/manager/*.js"
},
Expand Down

0 comments on commit d992555

Please sign in to comment.