Commit d06ca40
fix: run prisma generate after skip-build install in Docker
The --mode=skip-build flag skips postinstall hooks including prisma
generate, so the Prisma client types are missing in web-builder and
backend-builder stages. Run prisma:generate explicitly after install.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 214528f commit d06ca40
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
160 | | - | |
| 161 | + | |
| 162 | + | |
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
| |||
0 commit comments