We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6849a commit c867b19Copy full SHA for c867b19
packages/horizon/package.json
@@ -16,7 +16,7 @@
16
"lint": "yarn lint:ts && yarn lint:sol",
17
"clean": "rm -rf build dist cache cache_forge typechain-types",
18
"build": "forge build --skip test && BUILD_RUN=true hardhat compile",
19
- "test": "forge test && hardhat test"
+ "test": "forge test && hardhat test:integration --deploy-type deploy"
20
},
21
"devDependencies": {
22
"@graphprotocol/contracts": "workspace:^7.0.0",
0 commit comments