Merge pull request #1986 from influxdata/postcss-fix
Use specific postcss-cli versionpull/1984/head
commit
90cfc4772c
|
@ -23,7 +23,7 @@ jobs:
|
|||
command: ./deploy/ci-install-s3deploy.sh
|
||||
- run:
|
||||
name: Install NodeJS dependencies
|
||||
command: sudo yarn global add postcss-cli autoprefixer@9.8.6 redoc-cli
|
||||
command: sudo yarn global add postcss-cli@8.3.0 autoprefixer@9.8.6 redoc-cli
|
||||
- run:
|
||||
name: Generate API documentation
|
||||
command: cd api-docs && bash generate-api-docs.sh
|
||||
|
|
Loading…
Reference in New Issue