We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcabfd commit b7592c9Copy full SHA for b7592c9
.husky/prepare-commit-msg
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-exec < /dev/tty && node_modules/.bin/cz --hook || true
+exec < /dev/tty && npx cz --hook || true
package.json
@@ -44,7 +44,7 @@
44
},
45
"config": {
46
"commitizen": {
47
- "path": "./node_modules/cz-conventional-changelog"
+ "path": "cz-conventional-changelog"
48
}
49
50
0 commit comments