patch-package
patch-package copied to clipboard
feat: expect-patch flag
Add new --expect-patch flag that produces error when no patches were applied.
I found it useful to prevent accidental skips during Docker build for example, when patches folder is simply not in the build context, due to forgotten COPY, or .dockerignore
@orta @ds300 please take a look