added tmp ci command to flush npm cache
parent
0c62c0f470
commit
b32c52a734
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue