Skip to content

Commit

Permalink
chore: run fix instead of lint in synthfile (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 15, 2020
1 parent 876430a commit 97de49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-language/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# tasks has two product names, and a poorly named artman yaml
for version in ['v1', 'v1beta2']:
library = gapic.typescript_library(
'language',
'language',
generator_args={
"grpc-service-config": f"google/cloud/language/{version}/language_grpc_service_config.json",
"package-name":f"@google-cloud/language"
Expand All @@ -32,5 +32,5 @@

# Node.js specific cleanup
subprocess.run(['npm', 'install'])
subprocess.run(['npm', 'run', 'lint'])
subprocess.run(['npm', 'run', 'fix'])
subprocess.run(['npx', 'compileProtos', 'src'])

0 comments on commit 97de49d

Please sign in to comment.