Add root pnpm seed:admin script

Delegates to the server package's seed-admin so the first admin can be created
from the repo root without the verbose --filter form.
This commit is contained in:
2026-06-14 11:32:21 +02:00
parent 0a8258a672
commit 6df9927b94
+2 -1
View File
@@ -11,7 +11,8 @@
"dev": "turbo run dev", "dev": "turbo run dev",
"lint": "turbo run lint", "lint": "turbo run lint",
"typecheck": "turbo run typecheck", "typecheck": "turbo run typecheck",
"test": "turbo run test" "test": "turbo run test",
"seed:admin": "pnpm --filter @parking/server seed-admin"
}, },
"devDependencies": { "devDependencies": {
"turbo": "2.9.18", "turbo": "2.9.18",