mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 01:20:09 +00:00
* Fix husky pre-commit on some Windows clients https://github.com/typicode/husky/issues/1072#issuecomment-1784006332 * Limit commit type check to staged files Adds tsc-files package (dev only) and its config * Remove deprecated git add from lint-staged
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
if [[ "$OS" == "Windows_NT" ]]; then
|
|
npx.cmd lint-staged
|
|
else
|
|
npx lint-staged
|
|
fi
|