update command for unit test

This commit is contained in:
sanchaymittal 2023-05-04 16:39:46 +09:00
parent 9d9e1615ef
commit 88dd118ed8
No known key found for this signature in database
GPG Key ID: D794EEBC262F179E

View File

@ -7,7 +7,7 @@
"build": "npm run clean && npm run compile", "build": "npm run clean && npm run compile",
"clean": "npx hardhat clean", "clean": "npx hardhat clean",
"compile": "npx hardhat compile", "compile": "npx hardhat compile",
"test": "npx hardhat test", "test": "npm run forge:test",
"forge:install": "forge install", "forge:install": "forge install",
"forge:build": "forge build --via-ir", "forge:build": "forge build --via-ir",
"forge:test": "forge test --via-ir" "forge:test": "forge test --via-ir"