Skip to content

Commit

Permalink
chore: use bootstrap for doc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Feb 6, 2020
1 parent 5a03016 commit 04fb334
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,10 @@ jobs:
- checkout
- run:
name: Install minimal doc and lint modules globally
command: npm i -g tslint lerna typedoc linkinator typescript gts tslint-consistent-codestyle tslint-microsoft-contrib
command: npm i -g lerna
- run:
name: Install API dependencies
command: lerna bootstrap --scope @opentelemetry/api --include-filtered-dependencies
- run:
name: Symlink global modules into all lerna packages
command: lerna exec 'npm link tslint lerna typedoc linkinator typescript gts tslint-consistent-codestyle tslint-microsoft-contrib'
- run:
name: Check code style and linting
command: npm run check
Expand Down

0 comments on commit 04fb334

Please sign in to comment.