Skip to content

Commit

Permalink
Makefile: add jsonschema to all
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jul 31, 2023
1 parent 1a9f032 commit 4f5b42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PROTOC_IMAGE=protobuf-specs-build
JSONSCHEMA_IMAGE=jsonschema-specs-build

# generate all language protobuf code
all: go python typescript ruby rust
all: go python typescript ruby rust jsonschema

# generate Go protobuf code
go: docker-image
Expand Down

0 comments on commit 4f5b42d

Please sign in to comment.