Skip to content

Commit

Permalink
rc-0.9.1 (#229)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
5 people authored Jan 11, 2024
1 parent 51d90b4 commit fa924c8
Show file tree
Hide file tree
Showing 5 changed files with 6,438 additions and 41 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 fa924c8

Please sign in to comment.