From 2ce5cafb7bc4842140b741f0d6ba65ee79da27a0 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 29 Dec 2016 23:09:45 -0800 Subject: [PATCH] install webpack for appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index ffe11d7..6f24cc6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,6 +17,7 @@ install: - git reset --hard HEAD - npm install npm -g - npm install electron-builder@next # force install next version to test electron-builder + - npm install -g webpack - npm install - npm prune