We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb978b3 commit da81c24Copy full SHA for da81c24
1 file changed
.husky/prepare-commit-msg
@@ -1,4 +1,6 @@
1
#!/bin/sh
2
+[[ "$(uname -a)" = *"MINGW64"* ]] && exit 0
3
+[ -n "$CI" ] && exit 0
4
. "$(dirname "$0")/_/husky.sh"
5
-#exec < /dev/tty && npx git-cz --hook || true
6
+exec < /dev/tty && npx git-cz --hook || true
0 commit comments