mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 05:48:46 +00:00
fixed bug when there is no .env file and corrected prisma path
This commit is contained in:
parent
a68d43a7f3
commit
78cf086a47
4 changed files with 9 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
"echo generating prisma",
|
||||
"yarn prisma generate",
|
||||
"echo migrating database",
|
||||
"yarn prisma migrate dev"
|
||||
"yarn prisma migrate dev --name \"$(date +%Y%m%d%H%M%S)\""
|
||||
],
|
||||
"requiredKeys": [
|
||||
{ "name": "DATABASE_URL", "generated": true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue