Cache yarn on AppVeyor, Ref. #47

This commit is contained in:
ziajka 2018-03-29 14:58:01 +02:00
parent 06209d8881
commit 566919b7d7

View File

@ -3,6 +3,10 @@ version: 1.0.{build}
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
cache:
- node_modules
- '%LOCALAPPDATA%/Yarn'
platform:
- x64