switched from npm to yarn in ci build

pull/963/head
Scott Anderson 2020-04-22 12:18:44 -06:00
parent 074d1b25e3
commit a5b4684d25
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ jobs:
name: Install s3deploy
command: ./deploy/ci-install-s3deploy.sh
- run:
name: Install NPM dependencies
command: sudo npm i -g postcss-cli autoprefixer redoc-cli
name: Install NodeJS dependencies
command: sudo yarn install postcss-cli autoprefixer redoc-cli
- run:
name: Generate API documentation
command: cd api-docs && bash generate-api-docs.sh