Revert "build(ui): add package script to check and clean translatoins"

This reverts commit 9610f34dd4.
This commit is contained in:
psychedelicious
2025-09-05 13:57:11 +10:00
parent a33707cc76
commit 3dfeaab4b2

View File

@@ -36,9 +36,7 @@
"build-storybook": "storybook build",
"test": "vitest",
"test:ui": "vitest --coverage --ui",
"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"
"test:no-watch": "vitest --no-watch"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.4",