mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +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
|
npm run typecheck
|
||||||
|
|||||||
Reference in New Issue
Block a user