removed tmp cache command from build script

pull/963/head
Scott Anderson 2020-04-22 11:51:36 -06:00
parent 14cc863ac0
commit 171e5bee3a
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ jobs:
- run: - run:
name: Install s3deploy name: Install s3deploy
command: ./deploy/ci-install-s3deploy.sh command: ./deploy/ci-install-s3deploy.sh
- run:
name: TMP correct cache permissions
command: sudo chown -R 65534:3434 "/root/.npm"
- run: - run:
name: Install NPM dependencies name: Install NPM dependencies
command: sudo npm i -g postcss-cli autoprefixer redoc-cli command: sudo npm i -g postcss-cli autoprefixer redoc-cli