|
|
|
@ -27,6 +27,7 @@ |
|
|
|
|
"version": "scripts/release/version.sh", |
|
|
|
|
"test": "hardhat test", |
|
|
|
|
"test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*", |
|
|
|
|
"test:errors-uniqueness": "scripts/checks/custom-errors-duplication.js artifacts/build-info/*", |
|
|
|
|
"test:generation": "scripts/checks/generation.sh", |
|
|
|
|
"gas-report": "env ENABLE_GAS_REPORT=true npm run test", |
|
|
|
|
"slither": "npm run clean && slither ." |
|
|
|
|