-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix(prune) pnpm patch name incorrectness #3176
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
fix(prune) pnpm patch name incorrectness #3176
Conversation
@chris-olszewski is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
As an exclusive code owner for the unlicensed reproduction repository I give permission for its contents to be used and modified by anyone for any purpose, with or without attribution. No license is required for use of this code. And I agree with it being further licensed under Mozilla Public License Version 2.0 inside this repository. |
…646-pnpm-prune-omitting-some-patches
7a15481
to
2f35c59
Compare
We had an incorrect assumption about how patches would be named in the
pnpm
section inpackage.json
.Added some unit tests using the fixtures from the reproduction provided in #2788