Commit f1c4acb
fix(ci): run prisma generate before mcp-server build in packages-release (#300)
packages-release installs with --ignore-scripts so prisma generate never
runs, leaving the Prisma namespace unavailable at build time. Adding an
explicit generate step unblocks the mcp-server DTS build and npm publish.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d3980d7 commit f1c4acb
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
0 commit comments