Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevanAbinaya authored Nov 26, 2023
1 parent 4bd7982 commit 76ebe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ npx prisma generate

### NOTE
# If you get a vercel build error related to prisma that says prisma detected but no initialized just change the following line in package.json line number 8
"build": "next build" to > "build": "npx prisma migrate dev && npx prisma generate && next build"
"build": "next build" to > "build": "npx prisma migrate deploy && npx prisma generate && next build"
```

6. Start local server :
Expand Down

0 comments on commit 76ebe0b

Please sign in to comment.