Skip to content

Commit

Permalink
fix: docker build no generated prisma types
Browse files Browse the repository at this point in the history
  • Loading branch information
kdurek committed Jul 28, 2024
1 parent a1d05e9 commit 0fa5bc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"devsafe": "rm -rf .next && next dev",
"test": "vitest",
"build": "next build",
"start": "next start"
"start": "next start",
"postinstall": "prisma generate"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
Expand Down

0 comments on commit 0fa5bc5

Please sign in to comment.