externalTests: Clean the build/ dir for Hardhat too

This commit is contained in:
Kamil Śliwak 2021-12-18 00:08:59 +01:00
parent ed2d41c2af
commit f0e4d3687f

View File

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