We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870a073 commit 3cccb4bCopy full SHA for 3cccb4b
packages/horizon/package.json
@@ -12,7 +12,7 @@
12
],
13
"scripts": {
14
"lint:ts": "eslint '**/*.{js,ts}' --fix",
15
- "lint:sol": "prettier --write contracts/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
+ "lint:sol": "prettier --write contracts/**/*.sol test/**/*.sol && solhint --noPrompt --fix contracts/**/*.sol --config node_modules/solhint-graph-config/index.js",
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",
0 commit comments