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
Fix: Reimplement part of the integrity check for workspaces (#4122)
**Summary**
Fixes#3863. The integrity file doesn't currently support workspaces,
which leads to #3863 (removing a workspace node_modules folder and
running yarn doesn't do anything, because Yarn incorrectly assumes
that everything is already done).
This PR rewrites a good chunk of the integrity logic to support and
fix this behavior.
**Test plan**
New and already existing automated tests.
0 commit comments