Skip to content

Commit

Permalink
Update postinstall script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed May 1, 2024
1 parent f72c743 commit bc46713
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 @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate && prisma migrate deploy"
"postinstall": "prisma generate"
},
"prisma": {},
"dependencies": {
Expand Down

0 comments on commit bc46713

Please sign in to comment.