Yarn re-patch package already patched #4170
Unanswered
finnmerlett
asked this question in
Q&A
Replies: 1 comment
-
You can. ie: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I love
yarn patch
, a great built-in implementation of patch-package. But often I need to redo patches I created earlier, and update them with new alterations. At present, I have to runyarn patch package-in-question
, then manually re-do every change, then add in the new changes.Is there any way to apply the old patch to the temp folder created by
yarn patch
so this step is not necessary? Or is there any other way to update a yarn patch? Many thanks.Beta Was this translation helpful? Give feedback.
All reactions