We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe8dff commit cf0585eCopy full SHA for cf0585e
.husky/commit-msg
@@ -1,4 +1 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
npx --no-install commitlint --edit "$1"
package.json
@@ -16,7 +16,7 @@
16
"build": "rimraf dist && webpack --mode=production",
17
"commitmsg": "commitlint -e $GIT_PARAMS",
18
"coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
19
- "prepare": "husky install",
+ "prepare": "husky",
20
"semantic-release": "semantic-release",
21
"test": "npm run test:lint && jest \"test[\\\\/](unit|integration)\"",
22
"test:clearCache": "jest --clearCache",
0 commit comments