From e60b5f8542f1cc55040cd122518ed2810d5993bf Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 22 Jul 2016 09:53:58 -0600 Subject: [PATCH] Cache node_modules on AppVeyor Signed-off-by: Antonio Scandurra --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 56335e8bd..6248db85e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,6 +33,9 @@ artifacts: name: AtomSetup.msi cache: + - '%APPVEYOR_BUILD_FOLDER%\build\node_modules' + - '%APPVEYOR_BUILD_FOLDER%\apm\node_modules' + - '%APPVEYOR_BUILD_FOLDER%\node_modules' - '%USERPROFILE%\.atom\.apm' - '%USERPROFILE%\.atom\.node-gyp\.atom' - '%USERPROFILE%\.atom\.npm'