Skip to content

Commit 6059d57

Browse files
committed
Ignore checking connectrpc deps
1 parent c9f26db commit 6059d57

File tree

3 files changed

+90
-2741
lines changed

3 files changed

+90
-2741
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test-watch: $(node_modules) build-buf
3131
lint: $(node_modules) build-buf
3232
npm run lint
3333
npm run typecheck
34-
npm run check -- --ignore=@bufbuild/protobuf
34+
npm run check -- --reject="@bufbuild/protobuf,@connectrpc/connect,@connectrpc/connect-web"
3535

3636
.PHONY: format
3737
format: $(node_modules)

0 commit comments

Comments
 (0)