Skip to content

Commit

Permalink
fix: only install commit hook in dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored Jan 16, 2017
1 parent c41d301 commit 248b421
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 @@ -6,7 +6,7 @@
"test": "mocha",
"lint": "eslint .",
"tdd": "mocha --watch --reporter min",
"postinstall": "validate-commit-msg",
"pretest": "validate-commit-msg",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
Expand Down

0 comments on commit 248b421

Please sign in to comment.