From 79f5da0caa97919ace43ff780d0220315807238a Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 9 Aug 2018 14:43:02 -0700 Subject: [PATCH] chore: do not use npm ci (#141) --- packages/google-cloud-speech/synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-cloud-speech/synth.py b/packages/google-cloud-speech/synth.py index 4e2ac726b1f..e26e3b1af09 100644 --- a/packages/google-cloud-speech/synth.py +++ b/packages/google-cloud-speech/synth.py @@ -41,6 +41,6 @@ # # Node.js specific cleanup # -subprocess.run(['npm', 'ci']) +subprocess.run(['npm', 'install']) subprocess.run(['npm', 'run', 'prettier']) subprocess.run(['npm', 'run', 'lint'])