fix: add flow-typed

This commit is contained in:
alxshelepenok
2019-05-09 20:34:21 +03:00
parent 4ada925e0f
commit b9aaa81ec2
5 changed files with 235 additions and 14 deletions

View File

@@ -19,6 +19,15 @@ jobs:
- node_modules
key: dependencies-{{ checksum "yarn.lock" }}
flow-typed:
<< *defaults
steps:
- checkout
- restore_cache:
keys:
- dependencies-{{ checksum "yarn.lock" }}
- run: yarn flow-typed
lint:
<<: *defaults
steps:
@@ -68,8 +77,12 @@ workflows:
test:
jobs:
- install
- flow-typed:
requires:
- install
- lint:
requires:
- flow-typed
- install
- test:
requires: