Do not cache npm-cache folder on appveyor
This commit is contained in:
parent
7cf72dc744
commit
32ee527ea5
@ -24,7 +24,6 @@ test_script:
|
|||||||
# cache npm modules
|
# cache npm modules
|
||||||
cache:
|
cache:
|
||||||
- node_modules
|
- node_modules
|
||||||
- '%APPDATA%\npm-cache'
|
|
||||||
|
|
||||||
# Don't actually build
|
# Don't actually build
|
||||||
build: off
|
build: off
|
||||||
|
Loading…
Reference in New Issue
Block a user