fix(standards): align container rules, deploy script, docs and tests

This commit is contained in:
Jan Wagner
2026-08-31 20:32:49 +02:00
parent 318efe45c6
commit 361af1eaaf
7 changed files with 42 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"start": "next start",
"lint": "eslint",
"test": "node --experimental-strip-types --test src/i18n/routes.test.ts src/lib/auth/session.test.ts",
"test:db": "node --experimental-strip-types src/lib/db/smoke.ts",
"test:db": "bash -c 'node --experimental-strip-types src/lib/db/smoke.ts'",
"seed": "node --experimental-strip-types src/lib/db/seed-cli.ts"
},
"dependencies": {