diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 7c7801b866..9c231e1391 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -95,7 +95,7 @@ jobs: displayName: 'Install Dependencies' condition: ne(variables.CACHE_RESTORED, 'true') - - script: 'yarn run lint' + - script: 'yarn run lint --quiet' displayName: 'Run ESLint' - script: 'yarn run stylelint'