Skip to content

Commit 8eb228c

Browse files
Merge pull request #310 from FormidableLabs/add-typecheck
Add type check to dependencies
2 parents 40f9eca + 625d3d5 commit 8eb228c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ workflows:
231231
- lint
232232
- prettier
233233
- test
234+
- type check
234235
- build
235236
- visual regression
236237
- lint firefox
@@ -246,6 +247,7 @@ workflows:
246247
- lint
247248
- prettier
248249
- test
250+
- type check
249251
- build
250252
- visual regression
251253
- lint firefox
@@ -261,6 +263,7 @@ workflows:
261263
- lint
262264
- prettier
263265
- test
266+
- type check
264267
- build
265268
- visual regression
266269
- lint firefox

0 commit comments

Comments
 (0)