Skip to content

Commit

Permalink
chore: update depcheck list
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed May 1, 2024
1 parent db841bf commit 835e9b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: 'yarn'
- name: Yarn install
run: yarn install
- name: Depcheck
- name: Dependency check
run: yarn run deps
- name: Build Javascript
run: yarn run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "tsc --project tsconfig.json --noEmit false --outDir ./dist/",
"check": "npm run typecheck",
"typecheck": "tsc --project tsconfig.json --noEmit true",
"deps": "depcheck --ignore-patterns=.eslintrc.js,package.json --ignores depcheck,prettier,typescript,starpc,@aperturerobotics/ts-common,@bufbuild/protoc-gen-es",
"deps": "depcheck --ignore-patterns=.eslintrc.cjs,package.json --ignores depcheck,@aptre/common,prettier,rimraf,typescript",
"codegen": "npm run gen",
"ci": "npm run build && npm run lint:js && npm run lint:go",
"format": "npm run format:js && npm run format:go",
Expand Down

0 comments on commit 835e9b6

Please sign in to comment.