hyperdx/.github
Warren Lee f8f7634552
Fix release CLI workflow: build common-utils before compilation (#2086)
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
2026-04-10 15:04:09 +00:00
..
images Update CONTRIBUTING.md (#1000) 2025-07-14 18:03:54 -07:00
workflows Fix release CLI workflow: build common-utils before compilation (#2086) 2026-04-10 15:04:09 +00:00
pull_request_template.md Add PR template (#1820) 2026-03-02 18:04:07 +00:00