mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
11 lines
259 B
JSON
11 lines
259 B
JSON
{
|
|
"commands": [
|
|
"echo Starting installation...",
|
|
"echo starting docker container",
|
|
"yarn start-containers",
|
|
"echo generating prisma",
|
|
"yarn prisma generate",
|
|
"echo migrating database",
|
|
"yarn prisma migrate dev --name init"
|
|
]
|
|
}
|