Commit 7c27c75
committed
fix: add prisma generate to build script for Vercel
Vercel caches node_modules which leads to outdated Prisma Client.
Adding prisma generate to the build script ensures the client is
regenerated on each deployment.1 parent 1ea48c1 commit 7c27c75
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments