check: perform simple & quick eslint check before others.
Should save time in CI for simple JS errors. Change-Id: Ib7e1ab68795cab12f8f5ec461cfed6e84986f440 Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:
parent
6c9fb23081
commit
720ac3d5a6
1 changed files with 3 additions and 1 deletions
|
@ -681,7 +681,9 @@ check-for-system-nss:
|
|||
fi \
|
||||
fi
|
||||
|
||||
check: check-for-system-nss check-recursive eslint
|
||||
check-recursive: eslint
|
||||
|
||||
check: check-for-system-nss eslint check-recursive
|
||||
$(GEN_COVERAGE_COMMAND)
|
||||
|
||||
coverage-report:
|
||||
|
|
Loading…
Reference in a new issue