chore: add i18n query script (#2518)

This commit is contained in:
Finley Ge
2024-08-26 12:31:30 +08:00
committed by GitHub
parent dbfe1fca31
commit a1a9a0b463
5 changed files with 185 additions and 2 deletions

View File

@@ -10,7 +10,8 @@
"postinstall": "sh ./scripts/postinstall.sh",
"initIcon": "node ./scripts/icon/init.js",
"previewIcon": "node ./scripts/icon/index.js",
"checkI18n": "node ./scripts/i18n/delete-unused-keys.js"
"i18n:delete-unused-keys": "node ./scripts/i18n/delete-unused-keys.js",
"i18n:query": "node ./scripts/i18n/query.js"
},
"devDependencies": {
"@chakra-ui/cli": "^2.4.1",
@@ -30,4 +31,4 @@
"node": ">=18.16.0",
"pnpm": ">=9.0.0"
}
}
}