Skip to content

Commit 13c62ed

Browse files
njoomamaximpertsov
andauthored
Ignore npm-check for rpc (#219)
Co-authored-by: Maxim Pertsov <[email protected]>
1 parent 0f5fc55 commit 13c62ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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)

0 commit comments

Comments
 (0)