Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarn dedupe #2

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from
Open

Yarn dedupe #2

wants to merge 23 commits into from

Conversation

legobeat
Copy link
Owner

@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 12:16 to 8:32.

Testing instructions

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant