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

This commit is contained in:
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

View File

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