We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5fc55 commit 13c62edCopy full SHA for 13c62ed
Makefile
@@ -31,7 +31,8 @@ test-watch: $(node_modules) build-buf
31
lint: $(node_modules) build-buf
32
npm run lint
33
npm run typecheck
34
- npm run check
+ // 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
36
37
.PHONY: format
38
format: $(node_modules)
0 commit comments