diff --git a/.circleci/config.yml b/.circleci/config.yml index 3ee393e..96f110a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,12 +14,10 @@ jobs: - npm-v1-dependencies-{{ checksum "yarn.lock" }} lint: - docker: *shared_docker steps: - run: yarn lint && yarn format:check test: - docker: *shared_docker steps: - run: yarn test:ci