Skip to content

Commit fa924c8

Browse files
github-actions[bot]njoomacheukt
authored
rc-0.9.1 (#229)
Co-authored-by: njooma <[email protected]> Co-authored-by: Naveed Jooma <[email protected]> Co-authored-by: cheukt <[email protected]> Co-authored-by: Cheuk Tse <[email protected]>
1 parent 51d90b4 commit fa924c8

File tree

5 files changed

+6438
-41
lines changed

5 files changed

+6438
-41
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ test-watch: $(node_modules) build-buf
3131
lint: $(node_modules) build-buf
3232
npm run lint
3333
npm run typecheck
34-
npm run check
34+
# TODO(RSDK-5407): We can stop ignoring `@viamrobotics/rpc` once build issues are resolved in the latest version.
35+
npm run check -- -i @viamrobotics/rpc
3536

3637
.PHONY: format
3738
format: $(node_modules)

examples/vanilla/package-lock.json

+37-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)