Skip to content

Commit

Permalink
chore: run fix instead of lint in synthfile (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 15, 2020
1 parent 9efff07 commit 7a000cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-oslogin/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
versions = ['v1beta', 'v1']
for version in versions:
library = gapic.typescript_library(
'os-login',
'os-login',
generator_args={
"grpc-service-config": f"google/cloud/oslogin/{version}/oslogin_grpc_service_config.json",
"package-name": f"@google-cloud/os-login"
Expand All @@ -50,5 +50,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 7a000cc

Please sign in to comment.