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