switched from npm to yarn in ci build

pull/961/head
Scott Anderson 2020-04-22 12:20:18 -06:00
parent a5b4684d25
commit aa82e71618
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 NodeJS dependencies
command: sudo yarn install postcss-cli autoprefixer redoc-cli
command: sudo yarn global add postcss-cli autoprefixer redoc-cli
- run:
name: Generate API documentation
command: cd api-docs && bash generate-api-docs.sh