Skip to content

Commit

Permalink
fix prisma push to db on vercel-build
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFrancis12 committed Sep 25, 2024
1 parent d0a07ba commit c793b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"e2e": "npx cypress run",
"load_test": "ts-node scripts/load_test.ts",
"vercel-install": "npm install && yum install golang -y",
"vercel-build": "prisma generate && next build",
"vercel-build": "prisma generate && make db push && next build",
"prepare": "husky"
},
"dependencies": {
Expand Down

0 comments on commit c793b45

Please sign in to comment.