Skip to content

Fix: sync bun.lock to repair frozen-lockfile on main#188

Merged
brianorwhatever merged 1 commit into
mainfrom
fix-bun-lockfile
Jun 22, 2026
Merged

Fix: sync bun.lock to repair frozen-lockfile on main#188
brianorwhatever merged 1 commit into
mainfrom
fix-bun-lockfile

Conversation

@brianorwhatever

Copy link
Copy Markdown
Contributor

Summary

The squash-merge of #187 included package.json (with react-markdown + remark-gfm) but not the bun.lock sync commit, leaving main desynced. bun install --frozen-lockfile now fails on main (Lighthouse CI and any frozen-lockfile deploy step).

This commits the regenerated bun.lock so manifest and lockfile agree again.

Test Plan

  • bun install --frozen-lockfile → "no changes" (the exact CI check)
  • Only bun.lock changed

Note: the E2E Tests check is failing on main independently of this (Playwright picks up bun:-scheme test files → "No tests found"); it has failed on #185/#186/#187 alike and is out of scope here.

🤖 Generated with Claude Code

@brianorwhatever brianorwhatever merged commit e7ebf31 into main Jun 22, 2026
1 of 2 checks passed
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