Files
ComfyUI_frontend/.husky/pre-commit

7 lines
103 B
Plaintext

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