Skip to content

Commit

Permalink
Add lacked type checking in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Hattori committed Sep 6, 2019
1 parent 11f2397 commit f1a59d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,17 @@ commands:
command: yarn check:format

- run:
name: stylelint
command: yarn lint:css
name: TypeScript type checking
command: yarn check:ts

- run:
name: TSLint
command: yarn lint:ts

- run:
name: stylelint
command: yarn lint:css

- run:
name: Jest
command: yarn test:coverage --ci --maxWorkers=2 --reporters=default --reporters=jest-junit
Expand Down

0 comments on commit f1a59d8

Please sign in to comment.