Skip to content

Commit ecd6c54

Browse files
authored
Run depcheck on CI and fix issues from missing dependencies (#323)
* Add depcheck script * Fix missing depcheck issues * Run depcheck on CI
1 parent 8418503 commit ecd6c54

File tree

12 files changed

+688
-58
lines changed

12 files changed

+688
-58
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
env:
4949
DEBUG: eslint:eslint
5050
- run: npm run prettier:check
51+
- run: npm run depcheck
5152
unit-tests:
5253
strategy:
5354
fail-fast: false

configs/tsconfig.node-tests.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,4 @@
77
},
88
"include": ["${configDir}/src/**/*.test.ts"],
99
"exclude": []
10-
/*
11-
"references": [
12-
{
13-
"path": "./tsconfig.json"
14-
}
15-
]
16-
*/
1710
}

0 commit comments

Comments
 (0)