scripts: add delete-unused-keys (#2115)
* scripts: add delete-unused-keys * update script * fix keys * fix ci * update keys * add i18n * update
Showing
| ... | ... | @@ -9,7 +9,8 @@ |
| "gen:theme-typings": "chakra-cli tokens packages/web/styles/theme.ts --out node_modules/.pnpm/node_modules/@chakra-ui/styled-system/dist/theming.types.d.ts", | ||
| "postinstall": "sh ./scripts/postinstall.sh", | ||
| "initIcon": "node ./scripts/icon/init.js", | ||
| "previewIcon": "node ./scripts/icon/index.js" | ||
| "previewIcon": "node ./scripts/icon/index.js", | ||
| "checkI18n": "node ./scripts/i18n/delete-unused-keys.js" | ||
| }, | ||
| "devDependencies": { | ||
| "@chakra-ui/cli": "^2.4.1", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
scripts/i18n/delete-unused-keys.js
0 → 100644
Please
register
or
sign in
to comment