We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd99cf9 commit 2b2dd98Copy full SHA for 2b2dd98
1 file changed
vercel.json
@@ -1,5 +1,5 @@
1
{
2
"installCommand": "npm ci",
3
- "buildCommand": "npm run build",
+ "buildCommand": "npx prisma migrate deploy && npm run build",
4
"outputDirectory": ".next"
5
}
0 commit comments