Skip to content

Commit 18fee90

Browse files
chore: fix compileProtos call (#332)
1 parent 81ae440 commit 18fee90

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

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)