Skip to content

Commit 9bce498

Browse files
authoredJul 10, 2018
chore(build): use npm ci instead of npm install (#248)
1 parent b17167b commit 9bce498

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎synth.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
'new firestoreModule.v1beta1.FirestoreClient\(',
2424
'new firestoreModule.v1beta1(')
2525

26-
#
2726
# Node.js specific cleanup
28-
#
29-
subprocess.run(['npm', 'install'])
30-
31-
# prettify and lint
27+
subprocess.run(['npm', 'ci'])
3228
subprocess.run(['npm', 'run', 'prettier'])
3329
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)
Please sign in to comment.