👷‍♂️ Update migration script

This way, prisma will pull env vars from .env in root
This commit is contained in:
Luke Vella 2023-03-20 16:41:06 +00:00
parent 61bbff6a61
commit d21b821c13

View file

@ -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",