Skip to content

Commit edfa3cb

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
chore: do not use npm ci (#167)
1 parent 7c851ae commit edfa3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-vision/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
'''
3939
Node.js specific cleanup
4040
'''
41-
subprocess.run(['npm', 'ci'])
41+
subprocess.run(['npm', 'install'])
4242
subprocess.run(['npm', 'run', 'prettier'])
4343
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)