Skip to content

Commit

Permalink
fix(build): fix release script task
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Feb 27, 2017
1 parent 51b2cee commit 49ca3ba
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": "release:local && release:github && release:npm",
"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 49ca3ba

Please sign in to comment.