-
Notifications
You must be signed in to change notification settings - Fork 1
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
move to pnpm #898
move to pnpm #898
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can use corepack
which will enable PNPM without requiring consumer to install it directly, and use the packageManager
to get a consistent version installed over time.
Here’s some example PRs moving to pnpm
:
yarn
→pnpm
dotcom-rendering#9476- refactor(yarn): Try PNPM commercial#404
- Try out
Astro.build
guardian-engineering-site#125 - Use
pnpm
instead ofyarn
gateway#2196
And an ongoing discussion about moving to PNPM: guardian/csnx#445
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
What does this change?
move from yarn to pnpm
Why?
pnpm is faster than yarn
Link to Trello