Skip to content

Commit 44688ce

Browse files
authored
[proto] Add usage-api to leeway run components:generate-code-from-protobuf (#18672)
1 parent 9470fb8 commit 44688ce

File tree

4 files changed

+883
-339
lines changed

4 files changed

+883
-339
lines changed

components/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ scripts:
148148
srcs:
149149
- components/**/*
150150
script: |
151-
GO_COMPONENTS=( local-app-api content-service-api image-builder-api registry-facade-api supervisor-api ws-daemon-api ws-manager-api ws-manager-bridge-api )
151+
GO_COMPONENTS=( local-app-api content-service-api image-builder-api registry-facade-api supervisor-api ws-daemon-api ws-manager-api ws-manager-bridge-api usage-api )
152152
153153
for COMPONENT in "${GO_COMPONENTS[@]}";do
154154
echo "Generating code for component $COMPONENT..."

components/usage-api/typescript/src/google/protobuf/timestamp.pb.ts

Lines changed: 30 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)