Such as 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.
Such as 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.