Skip to content

Commit

Permalink
list yarn config
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 19, 2024
1 parent 4deaf5b commit 6cb8a41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +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 --modules-folder node_modules --verbose
yarn config list --verbose
yarn --no-default-rc --non-interactive --pure-lockfile --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
Expand Down

0 comments on commit 6cb8a41

Please sign in to comment.