From 7797f32eb9fcf8fd2b1aa753cd7d2e381a8214b7 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 9 Aug 2018 13:35:01 -0700 Subject: [PATCH] chore: do not use npm ci --- synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synth.py b/synth.py index b7b46e3b..a6d2543b 100644 --- a/synth.py +++ b/synth.py @@ -23,6 +23,6 @@ # Node.js specific cleanup -subprocess.run(['npm', 'ci']) +subprocess.run(['npm', 'install']) subprocess.run(['npm', 'run', 'prettier']) subprocess.run(['npm', 'run', 'lint'])