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
Yarn 1.x yarn.lock files usually do not contain metadata for workspaces, so they will need to be parsed from package.json. Some inspiration for this change may be found in Cachito's yarn module.
Yarn 1.x yarn.lock files usually do not contain metadata for workspaces, so they will need to be parsed from package.json. Some inspiration for this change may be found in Cachito's yarn module.
Some examples of how workspaces are specified and under what conditions they are added to the lockfile can be found here: https://github.com/cachito-testing/cachito-yarn-workspaces
Acceptance criteria
The text was updated successfully, but these errors were encountered: