mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 21:37:41 +00:00
The "Release CLI Binaries" job fails because `bun build --compile` can't resolve `@hyperdx/common-utils/dist/*` imports. In CI it's a fresh checkout — `yarn install` puts source code in place but `common-utils` needs to be compiled (tsup) to produce its `dist/` output. Adds a `make ci-build` step between `yarn install` and the CLI compile step. Fixes https://github.com/hyperdxio/hyperdx/actions/runs/24220292098/job/70710194631 |
||
|---|---|---|
| .. | ||
| claude-code-review.yml | ||
| claude.yml | ||
| e2e-tests.yml | ||
| knip.yml | ||
| main.yml | ||
| pr-triage.yml | ||
| push.yml | ||
| pushv1.yml | ||
| release-nightly.yml | ||
| release.yml | ||
| security-audit.yml | ||