mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 12:33:07 +00:00
Merge pull request #700 from thelounge/astorije/appveyor-cache
Fix AppVeyor cache never being successfully built
This commit is contained in:
commit
427a630094
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue