Skip to content

Commit

Permalink
add postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyIndraEfendi committed Jun 3, 2024
1 parent 4a81900 commit ee5d485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dev": "next dev",
"build": "npx prisma migrate deploy && npx prisma generate && next build",
"start": "next start",
"postinstall": "prisma generate",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit ee5d485

Please sign in to comment.