Page MenuHomePhabricator

[yarn] Run `yarn-deduplicate` to tidy up `yarn.lock`
AbandonedPublic

Authored by atul on Jan 26 2023, 1:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 27, 8:45 PM
Unknown Object (File)
May 26 2024, 7:38 AM
Unknown Object (File)
May 13 2024, 8:01 PM
Unknown Object (File)
May 12 2024, 5:53 PM
Unknown Object (File)
May 9 2024, 12:44 AM
Unknown Object (File)
Apr 21 2024, 11:41 PM
Unknown Object (File)
Apr 21 2024, 11:41 PM
Unknown Object (File)
Apr 21 2024, 11:41 PM
Subscribers

Details

Summary

Noticed that yarn cleaninstall was taking a while for me (~120 seconds). Back down to ~100 seconds after running yarn-deduplicate. Didn't do any in-depth profiling, so improvement might just be random noise.. but figured it wouldn't hurt.

Test Plan

Trusting semver and CI. Happy to just abandon this if there's any concern.

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Jan 26 2023, 1:50 PM
This revision is now accepted and ready to land.Jan 28 2023, 12:42 PM
This revision was landed with ongoing or failed builds.Jan 28 2023, 1:02 PM
This revision was automatically updated to reflect the committed changes.

Well looks like there are flow issues after rebasing

This revision is now accepted and ready to land.Jan 28 2023, 1:28 PM