updated npm cache clear build command

pull/963/head
Scott Anderson 2020-04-22 11:58:38 -06:00
parent 18ff330495
commit 332da50d56
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
command: ./deploy/ci-install-s3deploy.sh
- run:
name: Install NPM dependencies
command: sudo chown -R 65534:3434 "~/.npm" && sudo npm i -g postcss-cli autoprefixer redoc-cli
command: sudo npm i -g postcss-cli autoprefixer redoc-cli
- run:
name: Generate API documentation
command: cd api-docs && bash generate-api-docs.sh