Skip to content

Commit c62777a

Browse files
chore: run fix instead of lint in synthfile (#383)
1 parent 8f179ab commit c62777a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-redis/synth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name = 'redis'
1616
for version in versions:
1717
library = gapic.typescript_library(
18-
name,
18+
name,
1919
generator_args={
2020
"package-name": f"@google-cloud/{name}"
2121
},
@@ -35,5 +35,5 @@
3535
s.replace('src/v*/*_client.ts', '/compute/docs/', 'https://cloud.google.com/compute/docs/')
3636

3737
subprocess.run(['npm', 'install'])
38-
subprocess.run(['npm', 'run', 'lint'])
38+
subprocess.run(['npm', 'run', 'fix'])
3939
subprocess.run(['npx', 'compileProtos', 'src'])

0 commit comments

Comments
 (0)