Skip to content

Commit 1cb0dc2

Browse files
chore: run fix instead of lint in synthfile (#164)
1 parent c047af3 commit 1cb0dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-recaptchaenterprise

packages/google-cloud-recaptchaenterprise/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545

4646
# Node.js specific cleanup
4747
subprocess.run(['npm', 'install'])
48-
subprocess.run(['npm', 'run', 'lint'])
48+
subprocess.run(['npm', 'run', 'fix'])
4949
subprocess.run(['npx', 'compileProtos', 'src'])

0 commit comments

Comments
 (0)