build(node): provide hint about package name
PiperOrigin-RevId: 332271523
This commit is contained in:
parent
74bda5c755
commit
058005095e
|
|
@ -252,6 +252,7 @@ nodejs_gapic_library(
|
|||
src = ":executions_proto_with_info",
|
||||
gapic_yaml = "executions_gapic.yaml",
|
||||
package = "google.cloud.workflows.executions.v1beta",
|
||||
package_name = "@google-cloud/workflows-executions",
|
||||
service_yaml = "workflowexecutions_v1beta.yaml",
|
||||
deps = [],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue