Skip to content

Commit

Permalink
add postinstall for prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
dokmy committed Jan 13, 2024
1 parent e5afdaa commit 4dea2d6
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 @@ -8,7 +8,8 @@
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test",
"test:show": "playwright show-report"
"test:show": "playwright show-report",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
Expand Down

0 comments on commit 4dea2d6

Please sign in to comment.