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
When running lerna boostrap lerna itself executes an npm install somepackage@version... process.
When installing npm packages like this the preinstall and postinstall scripts are not executed.
When running
lerna boostraplerna itself executes annpm install somepackage@version...process.When installing npm packages like this the preinstall and postinstall scripts are not executed.