Commit 064b024
authored
fix: build Workers before deployment (#70)
## Summary
- build all four Worker targets and their workspace dependencies on the
clean release runner
- ensure Wrangler resolves compiled package exports before publishing
## Decision
Build only Cloudflare deployables and their transitive dependencies,
leaving the independently deployed web app out of the Worker release
job.
## Validation
- `actionlint .github/workflows/deploy-cloudflare.yml`
- `pnpm exec turbo run build --filter=@cheatcode/agent-worker
--filter=@cheatcode/webhooks-worker --filter=@cheatcode/gateway-worker
--filter=@cheatcode/preview-proxy`
- `git diff --check`1 parent abb9fbd commit 064b024
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
| |||
0 commit comments