Skip to content

Commit 76d58dd

Browse files
authored
[RSDK-9251] - Add options helpers to stream client (#418)
1 parent b97c4a1 commit 76d58dd

File tree

6 files changed

+288
-2683
lines changed

6 files changed

+288
-2683
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)