From 3e0a7395caa3cf9342c315bbbe205200fb47195c Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 16 May 2019 07:04:44 +0200 Subject: [PATCH] chore(circle-ci): optim "npm install" --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 1bc9421cb..5d7a5e1da 100644 --- a/circle.yml +++ b/circle.yml @@ -22,7 +22,7 @@ jobs: key: node_modules_{{ checksum "package.json" }} - run: name: Install node modules - command: npm i + command: npm ci - save_cache: key: node_modules_{{ checksum "package.json" }} paths: