Merge pull request #2155 from resin-io/dont-lint-frontend-files-cli

chore: don't lint frontend files (ie HTML) on the Node CLI pipeline
This commit is contained in:
Jonas Hermsmeier 2018-03-29 16:34:25 +02:00 committed by GitHub
commit 800f0f45e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
"concourse-build-electron": "make webpack",
"concourse-test": "npm test",
"concourse-test-electron": "npm test",
"concourse-test-node-cli": "make lint test-cli sanity-checks"
"concourse-test-node-cli": "make lint-js lint-cpp lint-spell test-cli"
},
"author": "Resin Inc. <hello@etcher.io>",
"license": "Apache-2.0",