Skip to content

Commit b7592c9

Browse files
committed
feat: add test
1 parent 2dcabfd commit b7592c9

File tree

3 files changed

+91
-78
lines changed

3 files changed

+91
-78
lines changed

.husky/prepare-commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
exec < /dev/tty && node_modules/.bin/cz --hook || true
4+
exec < /dev/tty && npx cz --hook || true

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"config": {
4646
"commitizen": {
47-
"path": "./node_modules/cz-conventional-changelog"
47+
"path": "cz-conventional-changelog"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)