externalTests: Clean the build/ dir for Hardhat too

This commit is contained in:
Kamil Śliwak 2021-12-18 00:08:59 +01:00
parent d511fe93ab
commit 3e1aee1745

View File

@ -320,7 +320,7 @@ function truffle_clean
function hardhat_clean
{
rm -rf artifacts/ cache/
rm -rf build/ artifacts/ cache/
}
function run_test