Skip to content

Commit

Permalink
chore: run fix instead of lint in synthfile (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 15, 2020
1 parent fd1461b commit 492cab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,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 492cab6

Please sign in to comment.