Skip to content

Commit

Permalink
Merge pull request #19 from udohjeremiah/dev
Browse files Browse the repository at this point in the history
Fix: Prisma ORM to Vercel error.
  • Loading branch information
udohjeremiah authored Apr 7, 2024
2 parents 4724a1e + 4785ba0 commit bd4fed4
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 @@ -10,6 +10,7 @@
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore .",
"prepare": "husky",
"postinstall": "prisma generate",
"generate": "dotenv -e .env.local pnpm dlx prisma generate",
"migrate": "dotenv -e .env.local pnpm dlx prisma migrate dev",
"studio": "dotenv -e .env.local pnpm dlx prisma studio"
Expand Down

0 comments on commit bd4fed4

Please sign in to comment.