mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
build(ui): add package script to check and clean translatoins
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user