trufflesuite / truffle

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
14.02k stars 2.31k forks source link

Yarn dedupe #6176

Closed legobeat closed 1 year ago

legobeat commented 1 year ago

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

Breaking changes and new features