Skip to content

Commit

Permalink
fix(npm-scripts): typo in pre release script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Jun 4, 2017
1 parent f0efdf7 commit 8f5fae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"precommit": "lint-staged",
"commitmsg": "validate-commit-msg",
"prepush": "npm run verify",
"prerelase": "npm run build",
"prerelease": "npm run build",
"release": "standard-version",
"postrelease": "npm run release:github && npm run release:npm",
"release:github": "git push --no-verify --follow-tags origin master",
Expand Down

0 comments on commit 8f5fae4

Please sign in to comment.