From 6df9927b94bc412bf51bc4c807103c9fe9e241e2 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sun, 14 Jun 2026 11:32:21 +0200 Subject: [PATCH] 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. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 087168c..1a2b213 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "dev": "turbo run dev", "lint": "turbo run lint", "typecheck": "turbo run typecheck", - "test": "turbo run test" + "test": "turbo run test", + "seed:admin": "pnpm --filter @parking/server seed-admin" }, "devDependencies": { "turbo": "2.9.18",