diff --git a/appveyor.yml b/appveyor.yml index 9675152..1822c4f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,11 +21,6 @@ install: - set /p NODE_VERSION=<.node-version - ps: Install-Product node $env:NODE_VERSION $env:PLATFORM - npm install npm -g -install: - - set NODE_ENV=production - - ps: Install-Product node 6.3.0 x64 - - git reset --hard HEAD - - npm install npm -g - npm install electron-builder@next -g - npm install --production - npm prune