Skip to content

Commit

Permalink
build(package.json): auto publish to npm when release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbubu committed Jun 12, 2018
1 parent 11cd537 commit 35178a3
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 @@ -20,7 +20,7 @@
"test:watch": "jest --watchAll",
"test:prod": "npm run lint && npm run test -- --coverage --no-cache",
"commit": "git-cz",
"semantic-release": "semantic-release",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release-prepare": "ts-node-dev tools/semantic-release-prepare",
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
Expand Down

0 comments on commit 35178a3

Please sign in to comment.