Skip to content

Commit

Permalink
build(package.json): update depcheck ignore patterns and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paralin committed Apr 29, 2024
1 parent 4d8b05a commit 8b3bf64
Showing 1 changed file with 1 addition and 1 deletion.
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 --noEmit",
"deps": "depcheck --ignore-patterns=.eslintrc.js,package.json --ignores depcheck,prettier,typescript,starpc,@aperturerobotics/ts-common,@bufbuild/protoc-gen-es,@go/github.com",
"deps": "depcheck --ignore-patterns=.eslintrc.cjs,package.json --ignores depcheck,prettier,typescript,rimraf,starpc,@aptre/common,@go/github.com",
"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 8b3bf64

Please sign in to comment.