Skip to content

Commit

Permalink
Merge pull request #310 from FormidableLabs/add-typecheck
Browse files Browse the repository at this point in the history
Add type check to dependencies
  • Loading branch information
andyrichardson authored Sep 17, 2020
2 parents 40f9eca + 625d3d5 commit 8eb228c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ workflows:
- lint
- prettier
- test
- type check
- build
- visual regression
- lint firefox
Expand All @@ -246,6 +247,7 @@ workflows:
- lint
- prettier
- test
- type check
- build
- visual regression
- lint firefox
Expand All @@ -261,6 +263,7 @@ workflows:
- lint
- prettier
- test
- type check
- build
- visual regression
- lint firefox
Expand Down

0 comments on commit 8eb228c

Please sign in to comment.