Skip `lint-deps` on appveyor, which triggers a failed build

pull/279/head
sachaaaaa 7 years ago
parent ab202f0225
commit 990f390f8a

@ -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