Files
ComfyUI_frontend/.husky/pre-commit
2025-07-03 10:53:56 -07:00

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