chore: add db:generate script for drizzle-kit migrations
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:watch": "vitest"
|
"test:watch": "vitest",
|
||||||
|
"db:generate": "drizzle-kit generate"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@backspace/shared": "workspace:*",
|
"@backspace/shared": "workspace:*",
|
||||||
|
|||||||
Reference in New Issue
Block a user