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