patch-package
patch-package copied to clipboard
Allow to disable `error-on-fail` even on CI
It is not possible to override --error-on-fail option on the CI:
https://github.com/ds300/patch-package/blob/bd2e9a49d884516199079add143c1649541e8efe/src/index.ts#L110-L114
If isCI is true then value of --error-on-fail is ignored.
Any news?