chore: don't lint frontend files (ie HTML) on the Node CLI pipeline

Change-Type: patch
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2018-03-27 15:11:23 -04:00
parent e41d4dad3c
commit 13eb1718aa
No known key found for this signature in database
GPG Key ID: D01B10083038B3E8

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",