mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-03-13 19:09:11 +01:00
fix: save flow-typed to cache
This commit is contained in:
parent
30e7e9deb3
commit
93b478bbfb
@ -7,10 +7,12 @@ 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
|
||||||
- codecov
|
- codecov
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
- flow-typed
|
Loading…
x
Reference in New Issue
Block a user