Skip to content

Commit

Permalink
fix: add prisma generate to build command
Browse files Browse the repository at this point in the history
  • Loading branch information
iv-stpn committed May 23, 2024
1 parent 754348d commit 1573abe
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 @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "prisma generate && next build",
"start": "next start",
"migrate": "prisma migrate dev",
"tsc": "tsc --noEmit --pretty"
Expand Down

0 comments on commit 1573abe

Please sign in to comment.