-
Notifications
You must be signed in to change notification settings - Fork 839
monorepo: migrate to pnpm #4139
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
Conversation
…ethereumjs-monorepo into feat/migrate-to-pnpm
29b624a to
1a7faf3
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Closing this as it this will require a fair amount of additional work (notably to handle CI), is super breaking + we've seemed to mitigate the cross-OS issues with npm |
This PR migrates npm to pnpm, notably to address issues where npm packagel-lock is generate to be environment specific (e.g. Linux or Mac). Pnpm allows cross-platform lockfiles.