Browse Source

ci(appveyor): remove node/yarn caches

renovate/lint-staged-8.x
Tom Kirkpatrick 6 years ago
parent
commit
5ed7ac88d9
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 4
      appveyor.yml

4
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

Loading…
Cancel
Save