Skip to content

Commit 85e74b7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-bigquery-datatransfer

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

Lines changed: 1 addition & 1 deletion
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)