mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
fix: update config
This commit is contained in:
parent
a7846eae2d
commit
7271951e79
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user