From e75fe14c4ba01403c85c8f6a600d879af06c681f Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Tue, 31 Jul 2018 18:03:47 -0400 Subject: [PATCH] .appveyor.yml add npm i & add eslint to test (consistent with test script in package.json) --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index a7b2426..80e8353 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,8 +21,10 @@ install: - node --version - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git - npm install -g cordova + - npm install build: off test_script: + - npm run eslint - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%