Skip to content

Commit 70d05e9

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
chore: do not use npm ci (#29)
1 parent 7cb97a7 commit 70d05e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-automl/synth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
s.copy(templates)
3333

3434
# Node.js specific cleanup
35-
subprocess.run(['npm', 'ci'])
35+
subprocess.run(['npm', 'install'])
3636
subprocess.run(['npm', 'run', 'prettier'])
3737
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)