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 Dec 2, 2024
1 parent 99dab6f commit 9127f37
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": "echo 'Run specific test suites:\nyarn test:main (needs `make start`)\nyarn test:fast-usdc (needs `make start FILE=config.fusdc.yaml`)'",
"test:main": "ava --config ava.main.config.js",
Expand Down

0 comments on commit 9127f37

Please sign in to comment.