Skip to content

Commit 5b593c2

Browse files
alexander-fenstersofisl
authored andcommitted
chore: fix compileProtos call (#332)
1 parent 17786ea commit 5b593c2

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
@@ -33,4 +33,4 @@
3333

3434
subprocess.run(['npm', 'install'])
3535
subprocess.run(['npm', 'run', 'fix'])
36-
subprocess.run(['npm', 'compileProtos', 'run'])
36+
subprocess.run(['npx', 'compileProtos', 'src'])

0 commit comments

Comments
 (0)