Skip to content

Commit

Permalink
Merge pull request #32 from Kashyap1ankit/fix/hero
Browse files Browse the repository at this point in the history
changed the package
  • Loading branch information
Kashyap1ankit authored Nov 14, 2024
2 parents d0f4223 + c2c4540 commit 1bde689
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 @@ -10,7 +10,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma migrate reset && npx prisma generate ",
"postinstall": "npx prisma generate && npx prisma migrate deploy",
"prisma:seed": "npx prisma db seed",
"prisma:docker": "npx prisma migrate dev && npm run prisma:seed && npx prisma studio ",
"dev:docker": "concurrently \"npm run prisma:docker \" \" npm run dev\" "
Expand Down

0 comments on commit 1bde689

Please sign in to comment.