Skip to content

Commit

Permalink
Ignore npm-check for rpc (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Pertsov <[email protected]>
  • Loading branch information
njooma and maximpertsov authored Dec 21, 2023
1 parent 0f5fc55 commit 13c62ed
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 13c62ed

Please sign in to comment.