-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
4 changed files
with
187 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.