Browse Source
ci(appveyor): remove node/yarn caches
renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
1 changed files with
1 additions and
3 deletions
-
appveyor.yml
|
|
@ -8,11 +8,9 @@ environment: |
|
|
|
- nodejs_version: LTS |
|
|
|
|
|
|
|
cache: |
|
|
|
- '%APPDATA%\npm-cache' |
|
|
|
- "%LOCALAPPDATA%/Yarn" |
|
|
|
- node_modules -> package.json |
|
|
|
- flow-typed |
|
|
|
- app/node_modules -> app/package.json |
|
|
|
- flow-typed |
|
|
|
|
|
|
|
matrix: |
|
|
|
fast_finish: true |
|
|
|