Skip to content

Commit

Permalink
fix: foundry profile usage
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed May 27, 2024
1 parent f1f2883 commit 6a48e4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/horizon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint:sol": "prettier --write contracts/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
"lint": "yarn lint:ts && yarn lint:sol",
"clean": "rm -rf build cache typechain-types",
"build": "FOUNDRY_PROFILE=lite forge build && hardhat compile",
"test": "forge test -vvv && hardhat test"
"build": "forge build && hardhat compile",
"test": "FOUNDRY_PROFILE=lite forge test -vvv && hardhat test"
},
"devDependencies": {
"@graphprotocol/contracts": "workspace:^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/subgraph-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint:sol": "prettier --write contracts/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
"lint": "yarn lint:ts && yarn lint:sol",
"clean": "rm -rf build cache typechain-types",
"build": "FOUNDRY_PROFILE=lite forge build && hardhat compile",
"test": "forge test -vvv && hardhat test"
"build": "forge build && hardhat compile",
"test": "FOUNDRY_PROFILE=lite forge test -vvv && hardhat test"
},
"devDependencies": {
"@graphprotocol/contracts": "workspace:^7.0.0",
Expand Down

0 comments on commit 6a48e4d

Please sign in to comment.