Skip to content

Commit

Permalink
fix: add back npm publish to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Feb 27, 2017
1 parent b2f253d commit 378d582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"prepush": "npm run verify",
"release": "npm run release:local && npm run release:github",
"release": "npm run release:local && npm run release:github && npm run release:npm",
"release:local": "npm run build && standard-version",
"release:github": "git push --no-verify --follow-tags origin master",
"release:npm": "npm publish"
Expand Down

0 comments on commit 378d582

Please sign in to comment.