File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
"lint:sol" : " prettier --write contracts/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js" ,
16
16
"lint" : " yarn lint:ts && yarn lint:sol" ,
17
17
"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" ,
19
19
"test" : " forge test && hardhat test"
20
20
},
21
21
"devDependencies" : {
Original file line number Diff line number Diff line change 15
15
"lint:sol" : " prettier --write contracts/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js" ,
16
16
"lint" : " yarn lint:ts && yarn lint:sol" ,
17
17
"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" ,
19
19
"test" : " forge test && hardhat test"
20
20
},
21
21
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments