From ff65098705c481960994967cd4356057b232ffda Mon Sep 17 00:00:00 2001 From: Chris Brody Date: Tue, 31 Jul 2018 13:50:31 -0400 Subject: [PATCH] appveyor.yml simplify install (#383) --- appveyor.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2a36faaa3..b714cc3ff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,11 +7,7 @@ environment: install: - ps: Install-Product node $env:nodejs_version - # Lines below required due to uncrustify installation failure on Windows - - npm install --prod - - npm install eslint eslint-config-semistandard jasmine rewire - - npm install eslint-config-standard eslint-plugin-import eslint-plugin-node - - npm install eslint-plugin-promise eslint-plugin-standard + - npm install build: off