Commit 5e9df90
fix(docker): copy retry-prisma-generate.mjs into the image build
#4154 changed the @trigger.dev/database and @internal/run-ops-database
generate scripts to call ../../scripts/retry-prisma-generate.mjs, but the
builder stage replaces ./scripts with docker/scripts and only copies back
specific root scripts — so the image build failed with 'Cannot find module
/triggerdotdev/scripts/retry-prisma-generate.mjs' at 'pnpm run generate'.
Copy the retry script too. (publish.yml only runs on push to main, so this
wasn't caught in the PR CI.)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 092b9ef commit 5e9df90
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments