Skip to content

Commit

Permalink
chore(build): use npm ci instead of npm install (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Jul 10, 2018
1 parent b17167b commit 9bce498
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
'new firestoreModule.v1beta1.FirestoreClient\(',
'new firestoreModule.v1beta1(')

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

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

0 comments on commit 9bce498

Please sign in to comment.