diff --git a/.circleci/config.yml b/.circleci/config.yml index 358d4231c..e030ef7df 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,11 +44,10 @@ aliases: steps: - *restore_git_cache - checkout - - *restore_npm_cache - run: name: "setup" command: | - npm --production=false install + npm --production=false ci mkdir ./test/results - run: name: "run lint tests"