Browse Source

remove node modules from appveyor cache

gh-109
Rich-Harris 9 years ago
parent
commit
bb1f3343a8
  1. 6
      appveyor.yml

6
appveyor.yml

@ -28,6 +28,6 @@ test_script:
matrix: matrix:
fast_finish: false fast_finish: false
cache: # cache:
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache # - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
- node_modules -> package.json # local npm modules # - node_modules -> package.json # local npm modules

Loading…
Cancel
Save