Skip to content

Commit

Permalink
build: add dependencies to nodejs_gapic_assembly_pkg target (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Feb 2, 2024
1 parent 1a45bf7 commit ccaed1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/compute/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ nodejs_gapic_assembly_pkg(
deps = [
":compute_nodejs_gapic",
":compute_proto",
"@com_google_googleapis//google/cloud:extended_operations_proto",
],
)

Expand Down
1 change: 1 addition & 0 deletions google/cloud/compute/v1small/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ nodejs_gapic_assembly_pkg(
deps = [
":compute_small_nodejs_gapic",
":compute_small_proto",
"@com_google_googleapis//google/cloud:extended_operations_proto",
],
)

Expand Down

0 comments on commit ccaed1e

Please sign in to comment.