Skip to content

Commit 0c71ff7

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
chore: do not use npm ci (#36)
1 parent bec8502 commit 0c71ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-cloud-redis/synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
#
2222
# Node.js specific cleanup
2323
#
24-
subprocess.run(['npm', 'ci'])
24+
subprocess.run(['npm', 'install'])
2525
subprocess.run(['npm', 'run', 'prettier'])
2626
subprocess.run(['npm', 'run', 'lint'])

0 commit comments

Comments
 (0)