Skip to content

Commit

Permalink
chore(build): use npm ci instead of npm install (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and jkwlui committed Jul 10, 2018
1 parent 392cf84 commit f0afba2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/google-cloud-language/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
library,
excludes=['package.json', 'README.md', 'src/index.js'])

#
# Node.js specific cleanup
#
subprocess.run(['npm', 'install'])
subprocess.run(['npm', 'ci'])
subprocess.run(['npm', 'run', 'prettier'])
subprocess.run(['npm', 'run', 'lint'])

0 comments on commit f0afba2

Please sign in to comment.