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:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user