mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 00:39:49 +00:00
Run pre-commit type check only for TypeScript (#1597)
* Prevent unnecessary type-checks * Remove commented code
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
if [[ "$OS" == "Windows_NT" ]]; then
|
||||
npx.cmd lint-staged
|
||||
npm.cmd run typecheck
|
||||
else
|
||||
npx lint-staged
|
||||
npm run typecheck
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user