updated npm cache clear build command
parent
1f93ef576d
commit
7210c64729
|
@ -23,7 +23,7 @@ jobs:
|
|||
command: ./deploy/ci-install-s3deploy.sh
|
||||
- run:
|
||||
name: Install NPM dependencies
|
||||
command: sudo npm cache clean --force && sudo npm i -g postcss-cli autoprefixer redoc-cli
|
||||
command: sudo chown -R 65534:3434 "/root/.npm" && sudo npm i -g postcss-cli autoprefixer redoc-cli
|
||||
- run:
|
||||
name: Generate API documentation
|
||||
command: cd api-docs && bash generate-api-docs.sh
|
||||
|
|
Loading…
Reference in New Issue