Remove duplicate linting steps

pull/1114/head
ioedeveloper 4 years ago
parent 166858e112
commit fc84e64be9
  1. 5
      .circleci/config.yml

@ -30,10 +30,7 @@ jobs:
command: npm run lint
- run:
name: Remix IDE e2e Linting
command: npm run lint remix-ide-e2e
- run: npm run lint:libs
- run: npm run lint
- run: npm run lint remix-ide-e2e
command: npm run lint remix-ide-e2e
remix-libs:
docker:

Loading…
Cancel
Save