Merge pull request #279 from sachaaaaa/remove_lint_deps

Skip `lint-deps` on appveyor to prevent build failure
pull/283/head
Mikunj Varsani 6 years ago committed by GitHub
commit 883b94ff92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,6 @@ install:
build_script:
- yarn generate
- yarn lint-windows
- yarn lint-deps
- yarn test-node
- node build\grunt.js
- type package.json | findstr /v certificateSubjectName > temp.json

Loading…
Cancel
Save