added tmp ci command to flush npm cache

pull/963/head
Scott Anderson 2020-04-22 11:42:54 -06:00
parent 0c62c0f470
commit b32c52a734
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ jobs:
name: Install s3deploy
command: ./deploy/ci-install-s3deploy.sh
- run:
name: TMP Flush cache
command: sudo npm cache clean --force
name: Install NPM dependencies
command: sudo npm i -g postcss-cli autoprefixer redoc-cli
- run: