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 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" : {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments