Improve Hardhat config (#2612)
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
| "release": "scripts/release/release.sh", | "release": "scripts/release/release.sh", | ||
| "version": "scripts/release/version.sh", | "version": "scripts/release/version.sh", | ||
| "test": "hardhat test", | "test": "hardhat test", | ||
| "gas-report": "env ENABLE_GAS_REPORT=1 npm run test" | "gas-report": "env ENABLE_GAS_REPORT=true npm run test" | ||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -76,6 +76,7 @@ | ... | @@ -76,6 +76,7 @@ |
| "solhint": "^3.2.0", | "solhint": "^3.2.0", | ||
| "solidity-coverage": "^0.7.11", | "solidity-coverage": "^0.7.11", | ||
| "solidity-docgen": "^0.5.3", | "solidity-docgen": "^0.5.3", | ||
| "web3": "^1.3.0" | "web3": "^1.3.0", | ||
| "yargs": "^16.2.0" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment