Skip to content

chore: switch workspace to pnpm#166

Merged
markwylde merged 7 commits into
mainfrom
codex/switch-to-pnpm
Jun 12, 2026
Merged

chore: switch workspace to pnpm#166
markwylde merged 7 commits into
mainfrom
codex/switch-to-pnpm

Conversation

@markwylde

Copy link
Copy Markdown
Member

Summary

  • Replace npm workspaces with pnpm, including root scripts, workspace settings, lockfile, CI workflows, release automation, and Docker image build/install/prune steps.
  • Update workspace dependencies and pnpm settings needed for reproducible pnpm 11 installs.
  • Update docs, agent guidance, and user-facing command snippets from npm/npx to pnpm.

Verification

  • pnpm install --frozen-lockfile
  • npm run tidy
  • npm run build
  • docker build -t darkauth-pnpm-check .
  • git diff --check

Notes

  • Biome 2.5 still reports existing schema/deprecation infos and existing lint warnings during tidy.
  • Vite still reports existing large chunk warnings during build.

@markwylde markwylde merged commit 843e3cc into main Jun 12, 2026
18 checks passed
@markwylde markwylde deleted the codex/switch-to-pnpm branch June 12, 2026 21:47
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