Skip to content

Commit

Permalink
chore: update hook for CI compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 26, 2021
1 parent 4079174 commit 34e2146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

exec < /dev/tty && npx cz --hook || true
( exec < /dev/tty && npx cz --hook ) || true 2> /dev/null

0 comments on commit 34e2146

Please sign in to comment.