87968: Run CI ESLint in --quiet mode

This commit is contained in:
Yura Bondarenko
2022-03-29 17:24:58 +02:00
parent 22ac66787a
commit a14cc6fde2

View File

@@ -71,7 +71,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Run lint
run: yarn run lint
run: yarn run lint --quiet
- name: Run build
run: yarn run build:prod