fix: save flow-typed to cache

This commit is contained in:
alxshelepenok 2019-05-09 20:57:01 +03:00
parent 30e7e9deb3
commit 93b478bbfb

View File

@ -7,6 +7,7 @@ install:
- npm install -g codecov
script:
- yarn install
- yarn flow-typed
- yarn lint
- yarn test:coverage --runInBand --no-cache
- yarn test --runInBand --no-cache
@ -14,3 +15,4 @@ script:
cache:
directories:
- node_modules
- flow-typed