fix: prisma schema directory in heroku config (#1872)
This commit is contained in:
parent
14a9fdf78c
commit
693dc6d9ce
1 changed files with 1 additions and 1 deletions
2
app.json
2
app.json
|
@ -21,6 +21,6 @@
|
|||
"JWT_SECRET": "secret"
|
||||
},
|
||||
"scripts": {
|
||||
"postdeploy": "cd apps/web && npx prisma migrate deploy"
|
||||
"postdeploy": "cd packages/prisma && npx prisma migrate deploy"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue