Skip to content

Commit 85e74b7

Browse files
chore: run fix instead of lint in synthfile (#353)
1 parent cd707b2 commit 85e74b7

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-bigquery-datatransfer

1 file changed

+1
-1
lines changed

packages/google-cloud-bigquery-datatransfer/synth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
s.copy(templates)
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)