Commit 7f11e80
committed
fix(ci): add Prisma client generation to ci-cd workflow
The ci-cd.yml workflow was missing the `yarn prisma generate` step,
causing tests to fail with "Cannot find module '../../../generated/prisma/client'".
This was already added to pr-test.yml but missing from ci-cd.yml.1 parent 3f8f13d commit 7f11e80
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments