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
d511fe93ab
commit
3e1aee1745
@ -320,7 +320,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