-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Feature Request
Summary
Switch from using npm as the package manager to pnpm for the project. Ensure all workspace functionality is properly maintained and updated to work with pnpm.
Details
- Migrate all package management scripts and configuration from npm to pnpm.
- Update documentation and scripts to reference pnpm instead of npm.
- Make sure all packages in the workspace are compatible with pnpm.
- Test workspace commands (install, build, run, etc.) under pnpm.
- Remove npm lockfiles (
package-lock.json) and add pnpm lockfiles (pnpm-lock.yaml).
Acceptance Criteria
- pnpm is fully functional as the package manager.
- Workspace layout and dependencies work as expected using pnpm.
- All team members and CI workflows use pnpm.
- Documentation updated to reflect migration.