Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Yarn dedupe #6176

Closed
wants to merge 21 commits into from
Closed

Yarn dedupe #6176

wants to merge 21 commits into from

Conversation

legobeat
Copy link
Contributor

@legobeat legobeat commented Sep 3, 2023

PR description

Remove unnecessary outdated duplicates of devDependencies and libraries.

Saves ~400MB of disk space:

# Before
$ du -hs node_modules
2.1G    node_modules

# After
$ du -hs node_modules
1.7G    node_modules

Reduces CI runtime of yarn install from 9:26~13:30 to 8:28~10:42.

Testing instructions

yarn install && yarn test

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if documentation updates are required.

Breaking changes and new features

  • I have added any needed breaking-change and new-feature labels for the appropriate packages.

@legobeat legobeat closed this Sep 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant