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