Skip to content

chore: migrate to pnpm#21

Closed
gabrielmfern wants to merge 1 commit into
mainfrom
chore/migrate-to-pnpm
Closed

chore: migrate to pnpm#21
gabrielmfern wants to merge 1 commit into
mainfrom
chore/migrate-to-pnpm

Conversation

@gabrielmfern
Copy link
Copy Markdown
Member

Switches the project to pnpm@11.3.0.

Changes

  • Added "packageManager": "pnpm@11.3.0" to package.json
  • Generated pnpm-lock.yaml (no previous lockfile existed)
  • Added pnpm-workspace.yaml with allowBuilds for esbuild and sharp (build scripts were flagged as ignored by pnpm 11)
  • .github/workflows/build.yml: removed the pinned version: 10.23.0 from pnpm/action-setup so it reads packageManager. Node comes from the node:24 container (no node-version key to bump); runner is already depot-ubuntu-22.04-2.
  • readme.md: npm install/npm run dev -> pnpm install/pnpm dev

Local checks

  • pnpm install --frozen-lockfile: PASS
  • typecheck (npx tsc --noEmit, no typecheck script): PASS
  • lint: n/a (no lint script)
  • test: n/a (no test script)
  • pnpm build: PASS

🤖 Generated with Claude Code

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