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 #903

Merged
merged 15 commits into from
Mar 22, 2024

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 13, 2024 13:05
@kiriyaga-txfusion kiriyaga-txfusion merged commit d6d5247 into main Mar 22, 2024
22 checks passed
@kiriyaga-txfusion kiriyaga-txfusion deleted the kiriyaga-txfusion-pnpm-manager branch March 22, 2024 09:07
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.

3 participants