Skip to content

Commit b4c8540

Browse files
committed
Revert "chore: fix Commitizen husky git hook"
This reverts commit 3724f81.
1 parent cd1c7ea commit b4c8540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/prepare-commit-msg

Lines changed: 1 addition & 1 deletion
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 && npx cz --hook || true
4+
exec < /dev/tty && git cz --hook || true

0 commit comments

Comments
 (0)