Skip to content

Commit

Permalink
fix(build): fix sementic release script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandremoore committed Apr 25, 2018
1 parent 0142125 commit 7ce42e3
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 @@ -36,7 +36,7 @@
"deploy-docs": "ts-node tools/gh-pages-publish",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"commit": "git-cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
"precommit": "lint-staged",
"prepush": "npm run test:prod && npm run build",
Expand Down

0 comments on commit 7ce42e3

Please sign in to comment.