switched from npm to yarn in ci build
parent
074d1b25e3
commit
a5b4684d25
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue