Skip to content

Commit

Permalink
fix(api): fix vercel cache for prisma generated (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Jun 27, 2024
1 parent fc9bf4a commit be1245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "prisma generate && next build",
"start": "next start",
"prisma:migrate": "prisma migrate dev",
"prisma:generate": "prisma generate",
Expand Down

0 comments on commit be1245e

Please sign in to comment.