From b595d86e96a518c36c1889a338053512ffbb13fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 17 Feb 2020 12:24:40 +0100 Subject: [PATCH] Use npm ci in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0de4d002ee..63ba3b08ba 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: clean dev-setup build-js-production dev-setup: clean clean-dev npm-init npm-init: - npm install + npm ci npm-update: npm update