diff --git a/package.json b/package.json index 200e34c..a553b68 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "lint:sol:fix": "prettier --log-level warn --ignore-path .gitignore '{contracts,test}/**/*.sol' --write", "coverage": "scripts/checks/coverage.sh", "test": "hardhat test", - "test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*" + "test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*", + "test:coverage": "scripts/checks/coverage.sh" }, "homepage": "https://openzeppelin.com/contracts/", "repository": {