We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814259b commit c0bd68fCopy full SHA for c0bd68f
1 file changed
package.json
@@ -9,8 +9,7 @@
9
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --opts mocha.opts --timeout 10000",
10
"coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
11
"semantic-release": "semantic-release",
12
- "travis-deploy-once": "travis-deploy-once",
13
- "commitmsg": "commitlint -e $GIT_PARAMS"
+ "travis-deploy-once": "travis-deploy-once"
14
},
15
"bin": {
16
"sass-lint": "./bin/sass-lint.js"
@@ -81,7 +80,8 @@
81
80
"husky": {
82
"hooks": {
83
"pre-commit": "npm run pretest",
84
- "pre-push": "npm run preversion"
+ "pre-push": "npm run preversion",
+ "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
85
}
86
87
"release": {
0 commit comments