diff --git a/package.json b/package.json index be45d18..ba241fa 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "scripts": { "test-hardhat": "hardhat test", "test-forge": "forge test", + "compile-hardhat": "npx hardhat compile", "ci": "yarn test-hardhat && yarn test-forge" }, "devDependencies": {