Skip to content

Commit

Permalink
chore(build): use npm ci instead of npm install (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and jkwlui committed Jul 10, 2018
1 parent 6c7d81e commit ea3d13c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/google-privacy-dlp/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@
excludes=['README.md', 'package.json']
)

'''
Node.js specific cleanup
'''
# Repo Cleanup/Setup
subprocess.run(['npm', 'install'])

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

0 comments on commit ea3d13c

Please sign in to comment.