Skip to content

Commit

Permalink
Ignore eslint when updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xylo04 committed Apr 15, 2024
1 parent 5b7403a commit a21fa44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-func.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: npm update
run: |
npx npm-check-updates -u
npx npm-check-updates -u -x eslint
npm install -f
npm update
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: npm update
run: |
npx npm-check-updates -u
npx npm-check-updates -u -x eslint
npm install -f
npm update
npm install
Expand Down

0 comments on commit a21fa44

Please sign in to comment.