build(node): provide hint about package name

PiperOrigin-RevId: 332271523
This commit is contained in:
Google APIs 2020-09-17 11:02:05 -07:00 committed by Copybara-Service
parent 74bda5c755
commit 058005095e
1 changed files with 1 additions and 0 deletions

View File

@ -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 = [],
)