Skip to content

Commit

Permalink
fix: add prisma postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jeferson-sb committed Nov 26, 2023
1 parent 2dee4d2 commit a6c313c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"db:seed": "prisma db seed",
"db:migrate": "prisma migrate dev",
"db:setup": "npm run db:generate && npm run db:migrate && npm run db:seed",
"postinstall": "npm run db:generate",
"lint": "next lint",
"start": "next start",
"test": "vitest",
Expand Down

1 comment on commit a6c313c

@vercel
Copy link

@vercel vercel bot commented on a6c313c Nov 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

whatconf – ./

whatconf.vercel.app
whatconf-jeferson-sb.vercel.app
whatconf-git-main-jeferson-sb.vercel.app

Please sign in to comment.