Skip to content

Commit

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

Please sign in to comment.