b48545e943
Avoids the client/client path when --prefix client is used from inside client/. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
365 B
JSON
11 lines
365 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|