From 04fb334828709da3ed27066e6563f3e1ddf99d09 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Thu, 6 Feb 2020 10:38:49 -0500 Subject: [PATCH] chore: use bootstrap for doc deps --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 264a16d65a..39b402a342 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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