Skip to content

Commit e75fe14

Browse files
author
Christopher J. Brody
committed
.appveyor.yml add npm i & add eslint to test
(consistent with test script in package.json)
1 parent eb245ec commit e75fe14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ install:
2121
- node --version
2222
- npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
2323
- npm install -g cordova
24+
- npm install
2425

2526
build: off
2627

2728
test_script:
29+
- npm run eslint
2830
- cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%

0 commit comments

Comments
 (0)