removed tmp cache command from build script
parent
14cc863ac0
commit
171e5bee3a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue