Files
ComfyUI_frontend/.husky/pre-commit

8 lines
129 B
Plaintext

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