We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb245ec commit e75fe14Copy full SHA for e75fe14
.appveyor.yml
@@ -21,8 +21,10 @@ install:
21
- node --version
22
- npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
23
- npm install -g cordova
24
+ - npm install
25
26
build: off
27
28
test_script:
29
+ - npm run eslint
30
- cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
0 commit comments