Skip to content

Commit

Permalink
yarn verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 19, 2024
1 parent 5c001b4 commit 4deaf5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4deaf5b

Please sign in to comment.