ci: cache node_modules in appveyor

This commit is contained in:
Clark Du 2018-08-10 16:36:23 +01:00
parent 4472a5003e
commit aa4c47e825
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ environment:
- nodejs_version: "Current" - nodejs_version: "Current"
cache: cache:
- 'node_modules -> yarn.lock'
- '%LOCALAPPDATA%\\Yarn -> yarn.lock' - '%LOCALAPPDATA%\\Yarn -> yarn.lock'
# Install scripts. (runs after repo cloning) # Install scripts. (runs after repo cloning)