fix: update config

This commit is contained in:
alxshelepenok 2019-05-09 21:49:39 +03:00
parent a7846eae2d
commit 7271951e79

View File

@ -25,8 +25,10 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
keys: keys:
- flow-typed-{{ checksum "yarn.lock" }}
- dependencies-{{ checksum "yarn.lock" }} - dependencies-{{ checksum "yarn.lock" }}
- restore_cache:
keys:
- flow-typed-{{ checksum "yarn.lock" }}
- run: yarn flow-typed - run: yarn flow-typed
- save_cache: - save_cache:
paths: paths:
@ -39,8 +41,10 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
keys: keys:
- flow-typed-{{ checksum "yarn.lock" }}
- dependencies-{{ checksum "yarn.lock" }} - dependencies-{{ checksum "yarn.lock" }}
- restore_cache:
keys:
- flow-typed-{{ checksum "yarn.lock" }}
- run: yarn lint - run: yarn lint
test: test: