Skip to content

Commit

Permalink
chore: run fix instead of lint in synthfile (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 15, 2020
1 parent 8f179ab commit c62777a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-redis/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = 'redis'
for version in versions:
library = gapic.typescript_library(
name,
name,
generator_args={
"package-name": f"@google-cloud/{name}"
},
Expand All @@ -35,5 +35,5 @@
s.replace('src/v*/*_client.ts', '/compute/docs/', 'https://cloud.google.com/compute/docs/')

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

0 comments on commit c62777a

Please sign in to comment.