From 171e5bee3a7c99f558bd7f9aee62eb09aabaf03d Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 22 Apr 2020 11:51:36 -0600 Subject: [PATCH] removed tmp cache command from build script --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 67226fc61..391521081 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,9 +21,6 @@ jobs: - run: name: Install s3deploy command: ./deploy/ci-install-s3deploy.sh - - run: - name: TMP correct cache permissions - command: sudo chown -R 65534:3434 "/root/.npm" - run: name: Install NPM dependencies command: sudo npm i -g postcss-cli autoprefixer redoc-cli