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

9 lines
127 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 lint-staged
else
npx lint-staged
fi