Closed legobeat closed 1 year ago
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.
yarn install
yarn install && yarn test
doc-change-required
breaking-change
new-feature
PR description
Remove unnecessary outdated duplicates of devDependencies and libraries.
Saves ~400MB of disk space:
Reduces CI runtime of
yarn install
from 9:26~13:30 to 8:28~10:42.Testing instructions
yarn install && yarn test
Documentation
doc-change-required
label to this PR if documentation updates are required.Breaking changes and new features
breaking-change
andnew-feature
labels for the appropriate packages.