diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d72787e934..394a82588c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -86,7 +86,7 @@ jobs: - checkout - run: name: Install modules and dependencies. - command: yarn install + command: yarn global add lerna linkinator typescript gts tslint-consistent-codestyle tslint-microsoft-contrib; lerna exec 'mkdir -p node_modules; ln -s $(yarn global dir)/node_modules/tslint-consistent-codestyle node_modules/tslint-consistent-codestyle; ln -s $(yarn global dir)/node_modules/tslint-microsoft-contrib node_modules/tslint-microsoft-contrib' - run: name: Check code style and linting command: yarn run check