externalTests: Clean the build/ dir for Hardhat too

This commit is contained in:
Kamil Śliwak
2022-02-09 17:02:40 +01:00
parent d511fe93ab
commit 3e1aee1745
+1 -1
View File
@@ -320,7 +320,7 @@ function truffle_clean
function hardhat_clean
{
rm -rf artifacts/ cache/
rm -rf build/ artifacts/ cache/
}
function run_test