Skip to content

Commit

Permalink
chore: prepush was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Mar 30, 2017
1 parent 92f976b commit a4a5682
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 @@ -39,7 +39,7 @@
"changelog": "node ./src/scripts/npm/updateChangeLog -reset=true",
"commitmsg": "validate-commit-msg",
"precommit": "gulp prod",
"prepush": "semantic-release pre --verifyRelease='./src/scripts/npm/updateNpmVersion' || true",
"postcommit": "semantic-release pre --verifyRelease='./src/scripts/npm/updateNpmVersion' || true",
"prerelease": "gulp prod",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down

0 comments on commit a4a5682

Please sign in to comment.