From 63546cfc2b1515595722ddf572a732210c812b02 Mon Sep 17 00:00:00 2001 From: Alex Forshtat Date: Tue, 3 Sep 2024 12:07:01 +0200 Subject: [PATCH] Force --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {