Skip to content

Commit 5b593c2

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

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
@@ -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)