Skip to content

Commit fdf3f10

Browse files
committed
chore(ts): add typescript and vite to ignored dependencies
1 parent 9b6f674 commit fdf3f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unused-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '18.x'
1717
- name: 'Run depcheck'
1818
run: |
19-
npx depcheck --skip-missing --ignores="@babel/*,@commitlint/*,eslint,eslint-*,husky,mocha,concurrently,nyc,prettier"
19+
npx depcheck --skip-missing --ignores="@babel/*,@commitlint/*,eslint,eslint-*,husky,mocha,concurrently,nyc,prettier,typescript,vite-tsconfig-paths"
2020
echo $?
2121
if [[ $? == 1 ]]; then
2222
echo "Unused dependencies or devDependencies found"

0 commit comments

Comments
 (0)