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:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user