mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-10 03:10:35 +02:00
fix: save flow-typed to cache
This commit is contained in:
@@ -7,6 +7,7 @@ install:
|
|||||||
- npm install -g codecov
|
- npm install -g codecov
|
||||||
script:
|
script:
|
||||||
- yarn install
|
- yarn install
|
||||||
|
- yarn flow-typed
|
||||||
- yarn lint
|
- yarn lint
|
||||||
- yarn test:coverage --runInBand --no-cache
|
- yarn test:coverage --runInBand --no-cache
|
||||||
- yarn test --runInBand --no-cache
|
- yarn test --runInBand --no-cache
|
||||||
@@ -14,3 +15,4 @@ script:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
- flow-typed
|
Reference in New Issue
Block a user