refactor: move from npm to pnpm#8015
Conversation
|
|
|
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Conflicts are resolved and merged with latest |
|
@copilot fix CI |
Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com>
Fixed in |
Update the project to use
pnpminstead ofnpm. This allows for improved dependency resolution in the monorepo (namely around hoisting) and install performance locally and in CI.Changelog
New
Changed
pnpmpnpmpackage.jsonfiles to support correctnode_moduleslayoutRemoved
Rollout strategy
This is a change to the package manager of the project only