mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 11:46:31 +00:00
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:
commit
800f0f45e5
@ -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