Improve caching on AppVeyor - fix filename

This commit is contained in:
ziajka 2019-02-27 11:33:49 +01:00
parent 3883f808f4
commit f85ad08a97

View File

@ -4,8 +4,8 @@ version: 1.0.{build}
skip_branch_with_pr: true
cache:
- node_modules -> appveyor.yml,package.json,yarn.lock
- '%LOCALAPPDATA%\Yarn -> appveyor.yml,package.json,yarn.lock'
- node_modules -> .appveyor.yml,package.json,yarn.lock
- '%LOCALAPPDATA%\Yarn -> .appveyor.yml,package.json,yarn.lock'
platform:
- x64