Skip to content

Commit 94d5ab7

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
chore: do not use npm ci (#79)
1 parent 11b4e05 commit 94d5ab7

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-videointelligence

1 file changed

+1
-1
lines changed

packages/google-cloud-videointelligence/synth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
)
3535

3636
# Node.js specific cleanup
37-
subprocess.run(['npm', 'ci'])
37+
subprocess.run(['npm', 'install'])
3838
subprocess.run(['npm', 'run', 'prettier'])
3939
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)