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
a7846eae2d
commit
7271951e79
@ -25,8 +25,10 @@ jobs:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- flow-typed-{{ checksum "yarn.lock" }}
|
||||
- dependencies-{{ checksum "yarn.lock" }}
|
||||
- restore_cache:
|
||||
keys:
|
||||
- flow-typed-{{ checksum "yarn.lock" }}
|
||||
- run: yarn flow-typed
|
||||
- save_cache:
|
||||
paths:
|
||||
@ -39,8 +41,10 @@ jobs:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- flow-typed-{{ checksum "yarn.lock" }}
|
||||
- dependencies-{{ checksum "yarn.lock" }}
|
||||
- restore_cache:
|
||||
keys:
|
||||
- flow-typed-{{ checksum "yarn.lock" }}
|
||||
- run: yarn lint
|
||||
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user