mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 15:29:16 +01:00
fix: save flow-typed to cache
This commit is contained in:
parent
083e7cee74
commit
30e7e9deb3
@ -27,6 +27,10 @@ jobs:
|
|||||||
keys:
|
keys:
|
||||||
- dependencies-{{ checksum "yarn.lock" }}
|
- dependencies-{{ checksum "yarn.lock" }}
|
||||||
- run: yarn flow-typed
|
- run: yarn flow-typed
|
||||||
|
- save_cache:
|
||||||
|
paths:
|
||||||
|
- flow-typed
|
||||||
|
key: flow-typed-{{ checksum "yarn.lock" }}
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
@ -35,6 +39,7 @@ jobs:
|
|||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- dependencies-{{ checksum "yarn.lock" }}
|
- dependencies-{{ checksum "yarn.lock" }}
|
||||||
|
- flow-typed-{{ checksum "yarn.lock" }}
|
||||||
- run: yarn lint
|
- run: yarn lint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user