From 4deaf5b3e3a61c9d9749fc8c6586c5868c00dfe9 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Fri, 19 Jul 2024 11:41:17 -0700 Subject: [PATCH] yarn verbose --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8f58e0cc..a3d7188b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,8 +39,8 @@ jobs: - name: Lint files if: ${{ steps.files_changed.outputs.any_modified == 'true' }} run: | - yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000 - yarn why eslint + yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000 --modules-folder node_modules --verbose + yarn why eslint --verbose find . -maxdepth 1 -mindepth 1 find node_modules/ -maxdepth 1 -mindepth 1 -type d yarn lint:ci