feat: add core registry schemas
This commit is contained in:
@@ -9,9 +9,10 @@
|
||||
"pnpm": ">=9.0.0 <10"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc -b",
|
||||
"build": "tsc -b && pnpm -r --if-present build",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "tsx scripts/migrate.ts",
|
||||
"db:seed": "tsx scripts/seed.ts",
|
||||
"devflow": "tsx apps/cli/src/index.ts",
|
||||
"typecheck": "tsc -p tsconfig.typecheck.json --noEmit",
|
||||
"test": "vitest run",
|
||||
|
||||
Reference in New Issue
Block a user