Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(senna): force Yarn to respect "resolutions" field
Looks like we were running into a variant of: yarnpkg/yarn#5039 My "resolutions" weren't having the expected effect (we were getting both 2.4.0 and 2.2.6 of "metal-uri"), even after deleting the yarn.lock and recreating it. So here, I add an empty "workspaces" config, like the other projects under "maintenance" have (well, technically, they all have non-empty "workspaces" config) and that makes it work. Now we only have 2.2.6 in the lockfile! Note that because I deleted the lockfile before preparing this commit, it also includes some innocuous updates. The build still works.
- Loading branch information