-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
🌈 Feature
What is this feature?
patch-package lets app authors instantly make and keep fixes to npm dependencies. It's a vital band-aid for those of us living on the bleeding edge.
https://github.com/ds300/patch-package
How the feature should work?
- Upload patch file(s) in patches folder
- Add
postinstallscript to callpatch-package
--
I tried doing the above, but it doesn't seem like the postinstall script gets called to patch the package.
n1ru4l and nandorojo