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