Commit 26d73b9
fix: run prisma generate in CI before lint and tsc
The generated/ directory is gitignored, so tsc fails in CI with a
missing module error for the Prisma client. Running prisma generate
after npm ci produces the generated types before any checks run.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8820021 commit 26d73b9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments