Skip to content

Commit

Permalink
Reduced Build time (prisma postinstall)
Browse files Browse the repository at this point in the history
  • Loading branch information
AjelmarMedina committed Apr 7, 2024
1 parent 333903e commit a847740
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"seed": "node -r dotenv/config ./scripts/seed.js",
"generate": "npx prisma generate",
"push": "npx prisma db push",
"prisma": "npx prisma studio",
"postinstall": "prisma generate"
"prisma": "npx prisma studio"
},
"dependencies": {
"@prisma/client": "^5.12.1",
Expand Down

0 comments on commit a847740

Please sign in to comment.