fix: update config

This commit is contained in:
alxshelepenok 2019-05-09 21:28:50 +03:00
parent 93b478bbfb
commit a7846eae2d

View File

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