ci: only cache node_modules in appveyor

This commit is contained in:
Clark Du 2018-08-16 22:33:38 +01:00
parent a3a8c0c9db
commit f9bdac2452
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ environment:
cache: cache:
- 'node_modules -> yarn.lock' - 'node_modules -> yarn.lock'
- '%LOCALAPPDATA%\\Yarn -> yarn.lock' # - '%LOCALAPPDATA%\\Yarn -> yarn.lock'
image: Visual Studio 2017 image: Visual Studio 2017