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