Skip to content

Sync Yarn's lockfile with actual dependencies

Daniel Gerhardt requested to merge yarn-sync-lockfile into master

Somehow the lockfile got out-of-sync. This did not cause any problems for builds but caused Yarn to override some files in node_modules which prevented effective caching for CI.

Related: !474 (merged), !476 (merged)

Merge request reports