From 8d5fc61d00c9ac20d3c9bc8a2516cfc7cadea9dd Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 3 Feb 2021 10:36:29 -0500 Subject: [PATCH] circleci use ci instead of install in build job --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"