Files
Web_AUTS_New_Prod/auts_new.client/.husky/commit-msg

9 lines
181 B
Plaintext
Raw Normal View History

2025-11-20 14:07:55 +08:00
#!/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