Skip to content

chore: pnpm — the fleet has one package manager - #20

Merged
catomean merged 3 commits into
mainfrom
chore/pnpm
Sep 4, 2026
Merged

chore: pnpm — the fleet has one package manager#20
catomean merged 3 commits into
mainfrom
chore/pnpm

Conversation

@catomean

@catomean catomean commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Converts the repo from npm to pnpm, following the fleet-wide Wave 7 recipe:

  • packageManager: pnpm@11.25.0 pinned in package.json
  • pnpm-lock.yaml generated via pnpm import; package-lock.json removed
  • pnpm-workspace.yaml allows build scripts for sitekit (github: dep prepare), esbuild, sharp, unrs-resolver
  • CI: pnpm/action-setup@v6 before setup-node, cache: pnpm, pnpm install --frozen-lockfile
  • Internal script chains and dev docs converted to pnpm

Verified: pnpm run verify (format + types + lint + 4 tests) green, pnpm run build green, clean-room rm -rf node_modules && pnpm install --frozen-lockfile && pnpm test green.

🤖 Generated with Claude Code

https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn

@catomean
catomean merged commit f4c4d24 into main Sep 4, 2026
1 check passed
@catomean
catomean deleted the chore/pnpm branch September 4, 2026 00:13
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