Add root package.json for translate scripts from repo root.

Avoids the client/client path when --prefix client is used from inside client/.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-31 15:55:25 +02:00
parent 3749f87c1d
commit b48545e943
+10
View File
@@ -0,0 +1,10 @@
{
"name": "kapteins-daagbok",
"private": true,
"description": "Root scripts — run from repo root. Client scripts also work via: cd client && npm run …",
"scripts": {
"translate:locales": "node scripts/translate-locales.mjs",
"translate:flyer": "node scripts/translate-flyer.mjs",
"validate:i18n": "node scripts/validate-i18n-keys.mjs"
}
}