diff --git a/package.json b/package.json index 9394cf9..c43d732 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "npm run clean && npm run compile", "clean": "npx hardhat clean", "compile": "npx hardhat compile", - "test": "npx hardhat test", + "test": "npm run forge:test", "forge:install": "forge install", "forge:build": "forge build --via-ir", "forge:test": "forge test --via-ir"