Skip to content

Commit

Permalink
Refactor package.json to add "postinstall" script for Prisma generation
Browse files Browse the repository at this point in the history
  • Loading branch information
GithmiHashara committed Sep 13, 2024
1 parent 363d970 commit 8a4e153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
Expand Down

0 comments on commit 8a4e153

Please sign in to comment.