mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
Add unused i18n keys detection to pre-commit hook (#4328)
This commit is contained in:
@@ -3,3 +3,6 @@ if [[ "$OS" == "Windows_NT" ]]; then
|
||||
else
|
||||
npx lint-staged
|
||||
fi
|
||||
|
||||
# Check for unused i18n keys in staged files
|
||||
npx tsx scripts/check-unused-i18n-keys.ts
|
||||
|
||||
Reference in New Issue
Block a user