Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 19a10c3

Browse files
committed
chore: ci: drop depcheck
Signed-off-by: Christian Stewart <[email protected]>
1 parent a9a65dd commit 19a10c3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
cache: 'yarn'
3030
- name: Yarn install
3131
run: yarn install
32-
- name: Depcheck
33-
run: yarn run deps
3432
- name: Build Javascript
3533
run: yarn run build
3634
- name: Lint Javascript

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"scripts": {
2121
"lint": "eslint -c .eslintrc.js --ext .ts ./src",
2222
"prebuild": "rimraf dist",
23-
"deps": "depcheck --ignores bufferutil,utf-8-validate,ts-proto,ts-poet,esbuild,protobufjs,graphql,@aperturerobotics/ts-common,@types/jest,typedoc,rimraf",
2423
"build": "esbuild ./src/index.ts --outdir=./dist --format=cjs --bundle && tsc --emitDeclarationOnly --declaration --project tsconfig.json && typedoc --out docs --theme default src",
2524
"format": "prettier --write './!(vendor|dist|docs)/**/(*.ts|*.tsx|*.html|*.css)'",
2625
"test": "jest",
@@ -72,7 +71,6 @@
7271
"@types/node": "^18.15.11",
7372
"@typescript-eslint/eslint-plugin": "^5.30.7",
7473
"@typescript-eslint/parser": "^5.30.7",
75-
"depcheck": "^1.4.3",
7674
"eslint": "^8.20.0",
7775
"eslint-config-prettier": "^8.5.0",
7876
"jest": "^29.0.0",

0 commit comments

Comments
 (0)