mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
if [[ "$OS" == "Windows_NT" ]]; then
|
|
npx.cmd lint-staged
|
|
else
|
|
npx lint-staged
|
|
fi
|
|
npm run typecheck
|