Skip to content

Commit

Permalink
chore: fix compileProtos call (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored and sofisl committed Oct 13, 2022
1 parent 17786ea commit 5b593c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-datatransfer/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

subprocess.run(['npm', 'install'])
subprocess.run(['npm', 'run', 'fix'])
subprocess.run(['npm', 'compileProtos', 'run'])
subprocess.run(['npx', 'compileProtos', 'src'])

0 comments on commit 5b593c2

Please sign in to comment.