fix(tooling): make biome resolution reliable #229

Merged
barrettruth merged 1 commit from fix/biome-tooling into main 2026-04-09 20:01:03 +00:00
barrettruth commented 2026-04-09 19:58:29 +00:00

Summary

  • vendor Biome in the repo so the project has a consistent pinned version
  • route repo lint/format/CI Biome calls through a wrapper that prefers the Nix dev shell on NixOS and falls back to the local package elsewhere
  • add a dedicated pnpm biome entrypoint so the supported command path is explicit

Test plan

  • pnpm biome --version
  • pnpm lint
  • pnpm typecheck
## Summary - vendor Biome in the repo so the project has a consistent pinned version - route repo lint/format/CI Biome calls through a wrapper that prefers the Nix dev shell on NixOS and falls back to the local package elsewhere - add a dedicated `pnpm biome` entrypoint so the supported command path is explicit #### Test plan - [x] `pnpm biome --version` - [x] `pnpm lint` - [x] `pnpm typecheck`
Sign in to join this conversation.
No description provided.