fix: prisma schema directory in heroku config (#1872)

pull/1867/head^2
Maximous Black 2022-02-16 16:00:23 +05:30 committed by GitHub
parent 14a9fdf78c
commit 693dc6d9ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@
"JWT_SECRET": "secret"
},
"scripts": {
"postdeploy": "cd apps/web && npx prisma migrate deploy"
"postdeploy": "cd packages/prisma && npx prisma migrate deploy"
}
}