Skip to content

Commit

Permalink
chore: run fix instead of lint in synthfile (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 15, 2020
1 parent c047af3 commit 1cb0dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-recaptchaenterprise/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@

# Node.js specific cleanup
subprocess.run(['npm', 'install'])
subprocess.run(['npm', 'run', 'lint'])
subprocess.run(['npm', 'run', 'fix'])
subprocess.run(['npx', 'compileProtos', 'src'])

0 comments on commit 1cb0dc2

Please sign in to comment.