fix: cleaning up the types generated by the coverage

This commit is contained in:
Klaus Hott
2022-02-18 19:13:19 +13:00
parent 3db1cdf89e
commit e3a5a9989d

View File

@@ -71,7 +71,7 @@
"clean": "shx rm -rf ./artifacts ./cache ./coverage ./src/types ./coverage.json",
"commit": "git-cz",
"compile": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile",
"coverage": "yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\"",
"coverage": "yarn typechain && hardhat coverage --solcoverjs ./.solcover.js --temp artifacts --testfiles \"test/**/*.ts\" && yarn clean && yarn typechain",
"deploy": "hardhat deploy:Greeter",
"lint": "yarn lint:sol && yarn lint:ts && yarn prettier:check",
"lint:sol": "solhint --config ./.solhint.json --max-warnings 0 \"contracts/**/*.sol\"",