From b05debe328ed291a3213320fdd69d105a77e7dc6 Mon Sep 17 00:00:00 2001 From: Eli Yukelzon Date: Thu, 12 Dec 2019 12:41:49 +0200 Subject: [PATCH] MM-20743 - CI uses npm ci instead of npm install (#1005) * refactored into two separate components. cleaned up css * Revert "refactored into two separate components. cleaned up css" This reverts commit 6784589f * npm ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a5a24236..6809cd3d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: - checkout - run: ls -la - *restore_cache - - run: npm install + - run: npm ci - run: ls -la - *save_cache