-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
The esbuild
package.json includes a "postinstall" script, but I can't find any documentation on it. As far as I can tell, it seems to only do async validation, so should be safe to disable.
I'm trying to setup an automated build using npm ci --ignore-scripts
, which will prevent pre/postinstall scripts from running. So I was just wondering if I need to do anything if postinstall does not run?
In the future, a note in the documentation of what the postinstall script does, and what to do if you need to set ignore-scripts would be nice.
Metadata
Metadata
Assignees
Labels
No labels