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 you do a yarn install in a workspaces enabled project, yarn doesn't run the various lifecycle scripts for workspace packages, e.g. prepareprepublishpreinstall etc
If the current behavior is a bug, please provide the steps to reproduce.
Here is a commit adding a failing test case: jquense@61eaf42
What is the expected behavior?
Lifecycle scripts are run for the local packages so they have an opportunity to build steps. This is what lerna does.
Please mention your node.js, yarn and operating system version.