Skip to content

Commit

Permalink
chore: fix compileProtos command in synth.py (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored and JustinBeckwith committed Jan 25, 2020
1 parent 972ce39 commit 35295cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-oslogin/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
# Node.js specific cleanup
subprocess.run(['npm', 'install'])
subprocess.run(['npm', 'run', 'fix'])
subprocess.run(['npm', 'compileProtos', 'src'])
subprocess.run(['npx', 'compileProtos', 'src'])

0 comments on commit 35295cf

Please sign in to comment.