Skip to content

Commit

Permalink
re-enable postinstall action
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbuma committed Dec 20, 2023
1 parent 5811c39 commit 5973fe4
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 @@ -5,7 +5,7 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall-do-not-use": "prisma generate",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"setup-db": "cd mysql-db && bash setup-db.sh && cd .. && prisma db pull --force && prisma generate",
Expand Down

0 comments on commit 5973fe4

Please sign in to comment.