Skip to content

Commit

Permalink
chore: update postinstall script in package.json to include Prisma mi…
Browse files Browse the repository at this point in the history
…gration and remove unused dependencies
  • Loading branch information
v0id-user committed Jan 15, 2025
1 parent 292bd56 commit 969bdd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
"postinstall": "prisma generate && prisma migrate deploy "
},
"dependencies": {
"@aws-sdk/client-s3": "^3.726.1",
Expand All @@ -33,15 +33,13 @@
"next": "15.1.3",
"openpgp": "^6.0.1",
"prisma": "^6.2.1",
"psl": "^1.15.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"redis": "^4.7.0",
"slugify": "^1.6.6",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tldts": "^6.1.71",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
Expand Down

0 comments on commit 969bdd9

Please sign in to comment.