Skip to content

Commit 97de49d

Browse files
chore: run fix instead of lint in synthfile (#455)
1 parent 876430a commit 97de49d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-language/synth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# tasks has two product names, and a poorly named artman yaml
1313
for version in ['v1', 'v1beta2']:
1414
library = gapic.typescript_library(
15-
'language',
15+
'language',
1616
generator_args={
1717
"grpc-service-config": f"google/cloud/language/{version}/language_grpc_service_config.json",
1818
"package-name":f"@google-cloud/language"
@@ -32,5 +32,5 @@
3232

3333
# Node.js specific cleanup
3434
subprocess.run(['npm', 'install'])
35-
subprocess.run(['npm', 'run', 'lint'])
35+
subprocess.run(['npm', 'run', 'fix'])
3636
subprocess.run(['npx', 'compileProtos', 'src'])

0 commit comments

Comments
 (0)