externalTests: Clean the build/ dir for Hardhat too

This commit is contained in:
Kamil Śliwak
2022-01-19 20:31:28 +01:00
parent ed2d41c2af
commit f0e4d3687f
+1 -1
View File
@@ -306,7 +306,7 @@ function truffle_clean
function hardhat_clean
{
rm -rf artifacts/ cache/
rm -rf build/ artifacts/ cache/
}
function run_test