We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41d301 commit 248b421Copy full SHA for 248b421
package.json
@@ -6,7 +6,7 @@
6
"test": "mocha",
7
"lint": "eslint .",
8
"tdd": "mocha --watch --reporter min",
9
- "postinstall": "validate-commit-msg",
+ "pretest": "validate-commit-msg",
10
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
11
},
12
"repository": {
0 commit comments