Skip to content

yarn deduplicate

Alex Gleason requested to merge deduplicate into develop

Summary

The deps step of our CI is exceptionally slow.

One problem is package duplication, as described here: https://www.developerway.com/posts/three-simple-tricks-to-speed-up-yarn-install

We can deduplicate with yarn-deduplicate. These sub-deps are still within the same semver range, so in theory should work fine. And we should experience faster yarn installs.

Merge request reports