We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350528a commit 39b3287Copy full SHA for 39b3287
1 file changed
.github/workflows/unused-dependencies.yml
@@ -21,7 +21,7 @@ jobs:
21
node-version: '24.x'
22
- name: 'Run depcheck'
23
run: |
24
- npx depcheck --skip-missing --ignores="tsx,@babel/*,@commitlint/*,eslint,eslint-*,husky,ts-node,concurrently,nyc,prettier,typescript,tsconfig-paths,vite-tsconfig-paths,quicktype,history,@types/domutils,@vitest/coverage-v8,cross-env,c8"
+ npx depcheck --skip-missing --ignores="tsx,@babel/*,@commitlint/*,eslint,eslint-*,husky,ts-node,concurrently,nyc,prettier,typescript,tsconfig-paths,vite-tsconfig-paths,quicktype,history,@types/domutils,@vitest/coverage-v8,cross-env,c8,tailwindcss"
25
echo $?
26
if [[ $? == 1 ]]; then
27
echo "Unused dependencies or devDependencies found"
0 commit comments