tdesign-vue-next-starter/.husky/pre-commit

6 lines
85 B
Plaintext
Raw Normal View History

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