Skip to content

chore: replace pnpm with npm - #104

Merged
Xennis merged 1 commit into
mainfrom
chore/npm
May 22, 2026
Merged

chore: replace pnpm with npm#104
Xennis merged 1 commit into
mainfrom
chore/npm

Conversation

@Xennis

@Xennis Xennis commented May 22, 2026

Copy link
Copy Markdown
Owner

No description provided.

- Remove pnpm-workspace.yaml, pnpm-lock.yaml and pnpm-related gitignore
  entry; npm reads workspaces from the root package.json.
- Add package-lock.json generated by npm.
- Remove pnpm pin from mise.toml; npm ships with Node.
- Move the pnpm overrides block in examples/nextjs/package.json to the
  npm-native top-level "overrides" field.
- Replace workspace:* dependency protocol with * (npm install does not
  support workspace:; examples/nextjs is private so no publish impact).
- Update ci, release and examples-cd workflows to use npm ci, npm run,
  and npm publish --workspaces.
@Xennis
Xennis merged commit c4008b2 into main May 22, 2026
1 check passed
@Xennis
Xennis deleted the chore/npm branch May 22, 2026 22:25
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