mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-28 08:16:22 +02:00
👷♂️ Update migration script
This way, prisma will pull env vars from .env in root
This commit is contained in:
parent
61bbff6a61
commit
d21b821c13
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"build": "turbo run build --filter=@rallly/web...",
|
||||
"db:deploy": "turbo db:deploy",
|
||||
"db:generate": "turbo db:generate",
|
||||
"db:migrate": "yarn workspace @rallly/database prisma migrate dev",
|
||||
"db:migrate": "prisma migrate dev",
|
||||
"test": "yarn workspace @rallly/web test",
|
||||
"lint": "turbo lint",
|
||||
"lint:tsc": "turbo lint:tsc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue