From 074d1b25e3d1b369e601ec13abaf763038148c2a Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 22 Apr 2020 12:08:31 -0600 Subject: [PATCH] updated ci build script --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aebdb4d80..391521081 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: command: ./deploy/ci-install-s3deploy.sh - run: name: Install NPM dependencies - command: npm i -g postcss-cli autoprefixer redoc-cli + command: sudo npm i -g postcss-cli autoprefixer redoc-cli - run: name: Generate API documentation command: cd api-docs && bash generate-api-docs.sh