Skip to content

Commit

Permalink
[RSDK-9251] - Add options helpers to stream client (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery authored Nov 26, 2024
1 parent b97c4a1 commit 76d58dd
Show file tree
Hide file tree
Showing 6 changed files with 288 additions and 2,683 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test-watch: $(node_modules) build-buf
lint: $(node_modules) build-buf
npm run lint
npm run typecheck
npm run check -- --ignore=@bufbuild/protobuf
npm run check -- --reject="@bufbuild/protobuf,@connectrpc/connect,@connectrpc/connect-web"

.PHONY: format
format: $(node_modules)
Expand Down
Loading

0 comments on commit 76d58dd

Please sign in to comment.