mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
fix: save flow-typed to cache
This commit is contained in:
parent
083e7cee74
commit
30e7e9deb3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user