.appveyor.yml add npm i & add eslint to test

(consistent with test script in package.json)
This commit is contained in:
Christopher J. Brody 2018-07-31 18:03:47 -04:00
parent eb245ecaf7
commit e75fe14c4b

View File

@ -21,8 +21,10 @@ install:
- node --version - node --version
- npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git - npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
- npm install -g cordova - npm install -g cordova
- npm install
build: off build: off
test_script: test_script:
- npm run eslint
- cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD% - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%