mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 05:32:02 +00:00
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
if [[ "$OS" == "Windows_NT" ]]; then
|
|
npx.cmd lint-staged
|
|
npm.cmd run typecheck
|
|
else
|
|
npx lint-staged
|
|
npm run typecheck
|
|
fi
|