Skip to content

Commit

Permalink
remove prisma generate from postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
foyarash committed Oct 2, 2024
1 parent 9057e13 commit a3e8a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"lint": "next lint",
"database": "prisma migrate dev && prisma db seed",
"reset-database": "prisma migrate reset --force && prisma migrate dev && prisma db seed",
"postinstall": "prisma generate",
"prisma:migrate:dev": "prisma migrate dev",
"vercel-build": "prisma generate && prisma migrate deploy && next build",
"test:e2e": "playwright test"
Expand Down

0 comments on commit a3e8a68

Please sign in to comment.