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

This commit is contained in:
Maximous Black
2022-02-16 10:30:23 +00:00
committed by GitHub
parent 14a9fdf78c
commit 693dc6d9ce
+1 -1
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"
}
}