Skip to content

Commit

Permalink
Downgrade RPC library due to RSDK-6259 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma authored Jan 9, 2024
1 parent 5924e8e commit f1a03b1
Show file tree
Hide file tree
Showing 5 changed files with 6,435 additions and 38 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ test-watch: $(node_modules) build-buf
lint: $(node_modules) build-buf
npm run lint
npm run typecheck
npm run check
# TODO(RSDK-5407): We can stop ignoring `@viamrobotics/rpc` once build issues are resolved in the latest version.
npm run check -- -i @viamrobotics/rpc

.PHONY: format
format: $(node_modules)
Expand Down
68 changes: 37 additions & 31 deletions examples/vanilla/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f1a03b1

Please sign in to comment.