Skip to content

Commit

Permalink
chore: run fix instead of lint in synthfile (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 15, 2020
1 parent 92924e4 commit 89c79ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-dialogflow/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
versions = ['v2', 'v2beta1']
for version in versions:
library = gapic.typescript_library(
'dialogflow', version,
'dialogflow', version,
generator_args={
"grpc-service-config": f"google/cloud/dialogflow/{version}/dialogflow_grpc_service_config.json",
"package-name": f"@google-cloud/dialogflow",
Expand All @@ -42,5 +42,5 @@
s.copy(templates, excludes=["README.md", "samples/README.md"])

subprocess.run(['npm', 'install'])
subprocess.run(['npm', 'run', 'lint'])
subprocess.run(['npm', 'run', 'fix'])
subprocess.run(['npx', 'compileProtos', 'src'])

0 comments on commit 89c79ac

Please sign in to comment.