mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
9 lines
173 B
Plaintext
9 lines
173 B
Plaintext
if [[ "$OS" == "Windows_NT" ]]; then
|
|
npx.cmd lint-staged
|
|
else
|
|
npx lint-staged
|
|
fi
|
|
|
|
# Check for unused i18n keys in staged files
|
|
npx tsx scripts/check-unused-i18n-keys.ts
|