Skip to content

Commit 89c79ac

Browse files
chore: run fix instead of lint in synthfile (#594)
1 parent 92924e4 commit 89c79ac

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-dialogflow

1 file changed

+2
-2
lines changed

packages/google-cloud-dialogflow/synth.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
versions = ['v2', 'v2beta1']
2727
for version in versions:
2828
library = gapic.typescript_library(
29-
'dialogflow', version,
29+
'dialogflow', version,
3030
generator_args={
3131
"grpc-service-config": f"google/cloud/dialogflow/{version}/dialogflow_grpc_service_config.json",
3232
"package-name": f"@google-cloud/dialogflow",
@@ -42,5 +42,5 @@
4242
s.copy(templates, excludes=["README.md", "samples/README.md"])
4343

4444
subprocess.run(['npm', 'install'])
45-
subprocess.run(['npm', 'run', 'lint'])
45+
subprocess.run(['npm', 'run', 'fix'])
4646
subprocess.run(['npx', 'compileProtos', 'src'])

0 commit comments

Comments
 (0)