mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Fix husky pre-commit for winnt clients [skip ci] (#1551)
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
npx lint-staged
|
||||
if [[ "$OS" == "Windows_NT" ]]; then
|
||||
npx.cmd lint-staged
|
||||
else
|
||||
npx lint-staged
|
||||
fi
|
||||
npm run typecheck
|
||||
|
||||
Reference in New Issue
Block a user