From a2b4e184926a4af12c811525ccf3eada105d9bcc Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Sun, 18 Jun 2017 20:54:06 -0700 Subject: [PATCH] Get rid of node_modules caching for AppVeyor builds FREEBIE --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 01820f6e4..e754e12a8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,6 @@ platform: - x64 cache: - - node_modules - '%LOCALAPPDATA%\electron\Cache' install: