Skip to content

Commit

Permalink
chore: add postinstall script for prisma (#707)
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <[email protected]>
  • Loading branch information
anthonydmays authored Jan 3, 2025
1 parent fd2d046 commit 937ebde
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/javascript/fullstack_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"start": "next start",
"lint": "next lint",
"fix": "prettier . --write",
"test": "vitest"
"test": "vitest",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^6.9.2",
Expand Down Expand Up @@ -40,4 +41,4 @@
"vitest": "^2.1.8",
"vitest-fetch-mock": "^0.4.3"
}
}
}

0 comments on commit 937ebde

Please sign in to comment.