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

add a remove patch command #6119

Closed
1 task
btea opened this issue Feb 21, 2023 · 1 comment · Fixed by #6521
Closed
1 task

add a remove patch command #6119

btea opened this issue Feb 21, 2023 · 1 comment · Fixed by #6521

Comments

@btea
Copy link
Contributor

btea commented Feb 21, 2023

Describe the user story
When a dependent package has a problem and is not updated in time, we will directly modify the source code and generate a patch file. That's fine at this point, but when this dependency fixes the problem and a new version is released, I'll install the new version. At this point, both the generated pacth file and patchedDependencies need to be removed. I think it would be more friendly to provide a command to remove them all.

Describe the solution you'd like

Commands like pnpm remove --patch

@syabro
Copy link

syabro commented Apr 14, 2023

Or pnpm patch --remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants