Skip to content

Commit

Permalink
Merge pull request #136 from bitovi/publish_command
Browse files Browse the repository at this point in the history
postversion to postpublish in package.json
  • Loading branch information
chasenlehara authored Mar 8, 2017
2 parents 31c2a97 + c0089dd commit 84eff5e
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": "dist/cjs/syn.js",
"scripts": {
"preversion": "npm test && npm run build",
"postversion": "git push --tags && git push",
"postpublish": "git push --tags && git push",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
Expand Down

0 comments on commit 84eff5e

Please sign in to comment.