We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92924e4 commit 89c79acCopy full SHA for 89c79ac
packages/google-cloud-dialogflow/synth.py
@@ -26,7 +26,7 @@
26
versions = ['v2', 'v2beta1']
27
for version in versions:
28
library = gapic.typescript_library(
29
- 'dialogflow', version,
+ 'dialogflow', version,
30
generator_args={
31
"grpc-service-config": f"google/cloud/dialogflow/{version}/dialogflow_grpc_service_config.json",
32
"package-name": f"@google-cloud/dialogflow",
@@ -42,5 +42,5 @@
42
s.copy(templates, excludes=["README.md", "samples/README.md"])
43
44
subprocess.run(['npm', 'install'])
45
-subprocess.run(['npm', 'run', 'lint'])
+subprocess.run(['npm', 'run', 'fix'])
46
subprocess.run(['npx', 'compileProtos', 'src'])
0 commit comments