mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-02 03:30:04 +00:00
git-subtree-dir: src/lib/litegraph git-subtree-mainline:1eadf80fecgit-subtree-split:1b58bf4966
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
if [[ "$OS" == "Windows_NT" ]]; then
|
|
npx.cmd lint-staged
|
|
else
|
|
npx lint-staged
|
|
fi
|