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 Mar 25, 2020
1 parent 81ae440 commit 18fee90
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 18fee90

Please sign in to comment.