fix: save flow-typed to cache

This commit is contained in:
alxshelepenok 2019-05-09 20:44:40 +03:00
parent 083e7cee74
commit 30e7e9deb3

View File

@ -27,6 +27,10 @@ jobs:
keys:
- dependencies-{{ checksum "yarn.lock" }}
- run: yarn flow-typed
- save_cache:
paths:
- flow-typed
key: flow-typed-{{ checksum "yarn.lock" }}
lint:
<<: *defaults
@ -35,6 +39,7 @@ jobs:
- restore_cache:
keys:
- dependencies-{{ checksum "yarn.lock" }}
- flow-typed-{{ checksum "yarn.lock" }}
- run: yarn lint
test: