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 dec7f0b commit 466e068Copy full SHA for 466e068
.husky/commit-msg
@@ -1,4 +1,2 @@
1
#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx --no-install commitlint --edit "$1"
package.json
@@ -12,7 +12,7 @@
12
"test": "jest",
13
"lint": "eslint .",
14
"lint:fix": "eslint --fix .",
15
- "prepare": "npm run build && husky install",
+ "prepare": "npm run build && husky",
16
"semantic-release": "semantic-release"
17
},
18
"keywords": [
0 commit comments