mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
externalTests: Clean the build/ dir for Hardhat too
This commit is contained in:
parent
ed2d41c2af
commit
f0e4d3687f
@ -306,7 +306,7 @@ function truffle_clean
|
||||
|
||||
function hardhat_clean
|
||||
{
|
||||
rm -rf artifacts/ cache/
|
||||
rm -rf build/ artifacts/ cache/
|
||||
}
|
||||
|
||||
function run_test
|
||||
|
Loading…
Reference in New Issue
Block a user