build: add package name hint for npm
PiperOrigin-RevId: 343319445
This commit is contained in:
parent
8ff09481ba
commit
e346666243
|
|
@ -272,6 +272,7 @@ nodejs_gapic_library(
|
|||
src = ":cx_proto_with_info",
|
||||
grpc_service_config = "dialogflow_grpc_service_config.json",
|
||||
package = "google.cloud.dialogflow.cx.v3",
|
||||
package_name = "@google-cloud/dialogflow-cx",
|
||||
service_yaml = "dialogflow_v3.yaml",
|
||||
deps = [],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue