mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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:
parent
e41d4dad3c
commit
13eb1718aa
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user