In order to remove all old/obsolete files, and build everything from scratch, remove these directories first (some of them will also appear in your Git status now, since they've been removed from .gitignore):
In order to remove all old/obsolete files, and build everything from scratch, remove these directories first (some of them will also appear in your Git status now, since they've been removed from `.gitignore`):
rm -rf apps artifacts build cache flattened_contracts
raucao
(Migrated from github.com)
approved these changes 2022-05-20 10:17:29 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This finally removes all old/obsolete build files and scripts, and copies the correct ABIs to
libfrom the hardhatartifactsdirectory.In order to remove all old/obsolete files, and build everything from scratch, remove these directories first (some of them will also appear in your Git status now, since they've been removed from
.gitignore):Works. 🥳
The kredits label was missing here...