Fix AppVeyor cache never being successfully built
Oh that wonderful Windows world...
This commit is contained in:
parent
b2a0cae626
commit
79e20c83d5
@ -23,7 +23,7 @@ test_script:
|
|||||||
|
|
||||||
# cache npm modules
|
# cache npm modules
|
||||||
cache:
|
cache:
|
||||||
- '%AppData%/npm-cache'
|
- '%AppData%\npm-cache'
|
||||||
|
|
||||||
# Don't actually build
|
# Don't actually build
|
||||||
build: off
|
build: off
|
||||||
|
Loading…
Reference in New Issue
Block a user