Skip to content

Commit

Permalink
chore: update prepare-commit-msg (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 authored Jul 8, 2024
1 parent 8b08cb3 commit 2757607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
[[ "$(uname -a)" = *"MINGW64"* ]] && exit 0
[ -n "$CI" ] && exit 0
. "$(dirname "$0")/_/husky.sh"

exec < /dev/tty && npx git-cz --hook || true

0 comments on commit 2757607

Please sign in to comment.