mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:48:22 +08:00
chore: prepare-commit-msg bypass windows
This commit is contained in:
parent
fb978b3668
commit
da81c24bbc
|
@ -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
|
||||
exec < /dev/tty && npx git-cz --hook || true
|
Loading…
Reference in New Issue
Block a user