Can `patch-package` be used to modify postinstall script of other npm?
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
Such as [vscode-ripgrep](https://github.com/microsoft/vscode-ripgrep), It has a postinstall script. In some scenarios, I need to install this package, but I don't want it to execute postinstall script.

Can I modify postinstall script content through patch-package? It seems that it is not possible, because patch-package needs to execute its own postinstall script to modify the dependency content under the node_modules after installing the dependency, but at the same time, the postinstall scripts of other packages are already being executed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.