Skip to content

Commit

Permalink
fix/prisma_generatorError
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrobin committed Jun 27, 2024
1 parent 1519edf commit bc9fb71
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 @@ -4,7 +4,8 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postinstall": "prisma generate",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
Expand Down

0 comments on commit bc9fb71

Please sign in to comment.