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 name: Install s3deploy
command: ./deploy/ci-install-s3deploy.sh command: ./deploy/ci-install-s3deploy.sh
- run: - run:
name: Install NPM dependencies name: Install NodeJS dependencies
command: sudo npm i -g postcss-cli autoprefixer redoc-cli command: sudo yarn install postcss-cli autoprefixer redoc-cli
- run: - run:
name: Generate API documentation name: Generate API documentation
command: cd api-docs && bash generate-api-docs.sh command: cd api-docs && bash generate-api-docs.sh