Skip to content

fix(cli): detect bun lockfile in detectPm#164

Merged
ben-rogerson merged 4 commits into
mainfrom
fix/bun-lockfile-not-detected-in-detectpm
May 14, 2026
Merged

fix(cli): detect bun lockfile in detectPm#164
ben-rogerson merged 4 commits into
mainfrom
fix/bun-lockfile-not-detected-in-detectpm

Conversation

@ben-rogerson
Copy link
Copy Markdown
Owner

Summary

Added check for bun.lockb in the detectPm function to correctly identify bun projects. Previously, bun-only projects with no other lockfile would silently downgrade to pnpm. Includes test coverage for the detection logic.

Test plan

  • pnpm typecheck
  • pnpm lint
  • pnpm test

Added check for `bun.lockb` in the detectPm function to correctly identify bun projects. Previously, bun-only projects with no other lockfile would silently downgrade to pnpm. Includes test coverage for the detection logic.
@ben-rogerson ben-rogerson enabled auto-merge (squash) May 13, 2026 22:25
@ben-rogerson ben-rogerson merged commit fb9b3b3 into main May 14, 2026
1 check passed
@ben-rogerson ben-rogerson deleted the fix/bun-lockfile-not-detected-in-detectpm branch May 14, 2026 22:51
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