Skip to content

Commit 8ce05eb

Browse files
committed
chore: update hook for CI compatibility
1 parent ed5f895 commit 8ce05eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 && npx cz --hook || true
4+
( exec < /dev/tty && npx cz --hook ) || true 2> /dev/null

0 commit comments

Comments
 (0)