mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 20:22:32 +02:00
fix: update config
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user