You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Smarter npm prune when postinstall-build is finishing up. If postinstall-build happens to run due to an npm install (no arguments) in a package's directory in order to install its dependencies (for development or testing purposes), the final npm prune --production would remove devDependencies. We now attempt to detect this case so as to leave the expected dependencies around afterward.