mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-02 04:59:06 +01:00
build(ui): add package script to check and clean translatoins
This commit is contained in:
parent
8a00d855b4
commit
9610f34dd4
@ -36,7 +36,9 @@
|
||||
"build-storybook": "storybook build",
|
||||
"test": "vitest",
|
||||
"test:ui": "vitest --coverage --ui",
|
||||
"test:no-watch": "vitest --no-watch"
|
||||
"test:no-watch": "vitest --no-watch",
|
||||
"translations:check": "node scripts/clean-translations.js public/locales/en.json --mode check",
|
||||
"translations:clean": "node scripts/clean-translations.js public/locales/en.json --mode clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@atlaskit/pragmatic-drag-and-drop": "^1.7.4",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user