Skip to content

fix(docs): standardize builds on Bun - #456

Merged
christso merged 1 commit into
mainfrom
chore/dependabot
Aug 24, 2026
Merged

fix(docs): standardize builds on Bun#456
christso merged 1 commit into
mainfrom
chore/dependabot

Conversation

@christso

Copy link
Copy Markdown
Contributor

Summary

Docs builds now use one reproducible Bun dependency graph and are validated in CI, matching the Cloudflare Pages build path. This removes stale npm resolution state and makes lockfile drift fail during installation.

Validation

bun run docs:build
bun run build
bun run typecheck
bun run lint
bun test
bun run test:e2e
git diff --check

The docs build generated all 13 pages. The E2E suite completed with 130 passed, 4 skipped, and 0 failed.


Compound Engineering

@christso
christso merged commit 2b43d4b into main Aug 24, 2026
6 checks passed
@christso
christso deleted the chore/dependabot branch August 24, 2026 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant