tdesign-vue-next-starter/.husky/pre-commit
2024-09-03 02:10:34 +08:00

6 lines
85 B
Plaintext
Executable File

if [[ "$OS" == "Windows_NT" ]]; then
npx.cmd lint-staged
else
npx lint-staged
fi