初始化
This commit is contained in:
8
auts_new.client/.husky/commit-msg
Normal file
8
auts_new.client/.husky/commit-msg
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
if [[ "$OS" == "Windows_NT" ]]; then
|
||||
npx.cmd --no-install commitlint -e $GIT_PARAMS
|
||||
else
|
||||
npx --no-install commitlint -e $GIT_PARAMS
|
||||
fi
|
||||
Reference in New Issue
Block a user