Skip to content

Commit

Permalink
ci: install minimal lint & doc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Nov 8, 2019
1 parent 1f90ce2 commit 54babbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54babbc

Please sign in to comment.