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 6e9c600
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,11 @@ jobs:
steps:
- checkout
- run:
name: Install modules and dependencies.
command: yarn install
name: Install minimal doc and lint modules globally
command: yarn global add lerna typedoc linkinator typescript gts tslint-consistent-codestyle tslint-microsoft-contrib
- run:
name: Symlink global modules into all lerna packages
command: lerna exec 'ln -s $(yarn global dir)/node_modules node_modules'
- run:
name: Check code style and linting
command: yarn run check
Expand Down

0 comments on commit 6e9c600

Please sign in to comment.