Skip to content

Commit

Permalink
Adds buf generate googleapis for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vatzmehta committed Jul 20, 2024
1 parent 5c89c72 commit 0a5f63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "cloning protobuf files"
bash sparse-checkout.sh

echo "generating swagger docs"
buf mod update && buf generate
buf mod update && buf generate buf.build/googleapis/googleapis && buf generate

echo "combining swagger docs into 1 file"
bash combine_swagger_docs.sh docs
Expand Down

0 comments on commit 0a5f63b

Please sign in to comment.