From a5b4684d2520a2a767a694b6ef3e84e1835f1920 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 22 Apr 2020 12:18:44 -0600 Subject: [PATCH] switched from npm to yarn in ci build --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 391521081..acbb19a96 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,8 +22,8 @@ jobs: name: Install s3deploy command: ./deploy/ci-install-s3deploy.sh - run: - name: Install NPM dependencies - command: sudo npm i -g postcss-cli autoprefixer redoc-cli + name: Install NodeJS dependencies + command: sudo yarn install postcss-cli autoprefixer redoc-cli - run: name: Generate API documentation command: cd api-docs && bash generate-api-docs.sh