Skip to content

Commit

Permalink
ci(github-actions): update ignored packages(eslint,nyc,prettier,concu…
Browse files Browse the repository at this point in the history
…rrently) in depcheck command
  • Loading branch information
divinetettey committed Jun 18, 2024
1 parent 83afd38 commit 01f3888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unused-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: '18.x'
- name: 'Run depcheck'
run: |
npx depcheck --skip-missing --ignores="@babel/*,@commitlint/*,@eslint-*,husky,mocha"
npx depcheck --skip-missing --ignores="@babel/*,@commitlint/*,eslint,eslint-*,husky,mocha,concurrently,nyc,prettier"
echo $?
if [[ $? == 1 ]]; then
echo "Unused dependencies or devDependencies found"
Expand Down

0 comments on commit 01f3888

Please sign in to comment.