Skip to content

Commit

Permalink
remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Oct 11, 2023
1 parent 1c6de8b commit c30ffde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate && prisma db push",
"lint": "next lint",
"ts-lint": "tsc --noEmit --incremental --watch",
"start": "next start",
Expand Down

0 comments on commit c30ffde

Please sign in to comment.