mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 07:28:24 +08:00
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/bin/sh
|
|
[[ "$(uname -a)" = *"MINGW64"* ]] && exit 0
|
|
[ -n "$CI" ] && exit 0
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
exec < /dev/tty && npx git-cz --hook || true |