Skip to content

chore: migrate from npm to pnpm - #123

Merged
Luen merged 2 commits into
mainfrom
chore/migrate-to-pnpm
Sep 5, 2026
Merged

chore: migrate from npm to pnpm#123
Luen merged 2 commits into
mainfrom
chore/migrate-to-pnpm

Conversation

@Luen

@Luen Luen commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Switch the package manager to pnpm (pnpm-lock.yaml, packageManager field).
  • Update Docker/CI/docs install commands for pnpm where present.
  • Document pnpm in AGENTS.md.

Test plan

  • pnpm install
  • pnpm run lint / tests if present
  • CI / Docker build on the PR

Adopt pnpm-lock.yaml and the packageManager field, update install/CI/Docker docs, and note pnpm in AGENTS.md.
@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
jodierummer Ready Ready Preview Sep 5, 2026 12:03am UTC

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Claude BugBot Analysis

Found 1 potential bug in this PR.

low: 1

The PR is mostly a mechanical npm-to-pnpm migration (lockfile swap, packageManager field), but it introduces a typo in README.md's install instructions ('ppnpm install' instead of 'pnpm install').

Comment thread README.md Outdated

```bash
pnpm install
ppnpm install

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔵 LOW: Typo in install command: 'ppnpm install'

The diff changes a correct pnpm install line to ppnpm install (extra leading 'p'), which is not a valid command. A user following the README setup instructions verbatim will get a 'command not found' error. Fix: change ppnpm install back to pnpm install.

Correct ppnpm→pnpm substitutions, normalize packageManager, and update GitHub Actions/Docker installs for pnpm.

Co-authored-by: Cursor <cursoragent@cursor.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Claude BugBot Analysis

This PR is a straightforward npm-to-pnpm migration (AGENTS.md doc/command updates, package.json packageManager field, and swapping package-lock.json for a freshly generated pnpm-lock.yaml) with no logic changes; no genuine bugs found.

No bugs were detected in this PR.

@Luen
Luen merged commit 2107be9 into main Sep 5, 2026
12 checks passed
@Luen
Luen deleted the chore/migrate-to-pnpm branch September 5, 2026 00:27
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