From d24c5dab653d8c94f4cadf5485c708a0a2d9dde7 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 15 Oct 2016 21:44:16 +0100 Subject: [PATCH] add appveyor cache --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 44421c4a42..a3c2feff04 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,3 +24,7 @@ test_script: artifacts: - path: artifacts/*.msi name: Installer + +cache: + - node_modules + - "%LOCALAPPDATA%/Yarn"