From b27519b85a9ff0d7b13569618545b3aaca2e2824 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 21 Nov 2017 19:31:43 +0000 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 18d8fed2a..dca3681f2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ platform: cache: # Not caching node_modules because appveyor doesn't restore it afterwards (not sure why) # - node_modules - - '%USERPROFILE%\.electron' + # - '%USERPROFILE%\.electron' install: - ps: Install-Product node 8 x64