Skip to content

Commit

Permalink
ci: simplify lint commands
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 23, 2024
1 parent aea75af commit f711d5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions multichain-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"type": "module",
"scripts": {
"build": "exit 0",
"lint": "yarn lint:types && yarn lint:eslint",
"lint:eslint": "eslint .",
"lint:types": "tsc --noEmit",
"lint": "yarn tsc && yarn eslint .",
"lint-fix": "yarn lint:eslint --fix",
"test": "ava",
"starship:setup": "make setup-deps setup-kind",
Expand Down

0 comments on commit f711d5f

Please sign in to comment.