Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: switch from yarn to pnpm package manager #887

Closed
wants to merge 4 commits into from

Conversation

kiriyaga-txfusion
Copy link
Contributor

What 💻

  • Switch from yarn to pnpm package manager

Why ✋

  • Space Efficiency: pnpm saves disk space by using symbolic links to share dependencies across projects.
  • Faster Install Times: pnpm installs packages faster, especially in projects with many dependencies.
  • Automatic Disk Space Reclamation: pnpm removes unused dependencies automatically to keep disk usage low.
  • Version Locking: pnpm generates lockfiles for consistent dependency versions.
  • Deterministic Builds: pnpm ensures consistent package versions across installations.
  • Support for Workspaces: pnpm supports managing multiple packages within a single repository, similar to Yarn's workspaces feature.

@kiriyaga-txfusion kiriyaga-txfusion requested a review from a team as a code owner March 7, 2024 11:29
@kiriyaga-txfusion kiriyaga-txfusion deleted the kiriyaga-txfusion-pnpm branch March 21, 2024 08:55
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.

2 participants