Skip to content

Commit 3e1aee1

Browse files
committed
externalTests: Clean the build/ dir for Hardhat too
1 parent d511fe9 commit 3e1aee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/externalTests/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function truffle_clean
320320

321321
function hardhat_clean
322322
{
323-
rm -rf artifacts/ cache/
323+
rm -rf build/ artifacts/ cache/
324324
}
325325

326326
function run_test

0 commit comments

Comments
 (0)