Commit 2e382280 authored by Maurelian's avatar Maurelian Committed by Kelvin Fichter

fix: Keep solidity linting separate from lint:check

Should fix broken CI
parent d339a0b2
......@@ -159,7 +159,7 @@ jobs:
run: yarn install
- name: Lint JS and TS
run: yarn lint:typescript:check
run: yarn lint:check
- name: Lint Solidity
working-directory: ./packages/contracts
......
......@@ -30,7 +30,7 @@
"posttest:slither": "rm -f @openzeppelin && rm -f @ens && rm -f hardhat",
"lint:typescript:check": "eslint .",
"lint:contracts:check": "yarn prettier --check 'contracts/**/*.sol'",
"lint:check": "yarn lint:contracts:check && yarn lint:typescript:check",
"lint:check": "yarn lint:typescript:check",
"lint": "yarn lint:check",
"lint:typescript:fix": "eslint --fix .",
"lint:contracts:fix": "yarn prettier --write 'contracts/**/*.sol'",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment