Skip to content

Commit 5026fbb

Browse files
committed
fix: build scripts
Signed-off-by: Tomás Migone <[email protected]>
1 parent 1ce1a17 commit 5026fbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/horizon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint:sol": "prettier --write contracts/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
1616
"lint": "yarn lint:ts && yarn lint:sol",
1717
"clean": "rm -rf build dist cache cache_forge typechain-types",
18-
"build": "forge build --skip test && SKIP_LOAD=true hardhat compile",
18+
"build": "forge build --skip test && BUILD_RUN=true hardhat compile",
1919
"test": "forge test && hardhat test"
2020
},
2121
"devDependencies": {

packages/subgraph-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint:sol": "prettier --write contracts/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
1616
"lint": "yarn lint:ts && yarn lint:sol",
1717
"clean": "rm -rf build dist cache cache_forge typechain-types",
18-
"build": "forge build --skip test && SKIP_LOAD=true hardhat compile",
18+
"build": "forge build --skip test && BUILD_RUN=true hardhat compile",
1919
"test": "forge test && hardhat test"
2020
},
2121
"devDependencies": {

0 commit comments

Comments
 (0)