From 4c0f97bb0874e7c7603e31c84bafcfefadb1f9b3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 17 Sep 2020 12:50:39 +0200 Subject: [PATCH] Don't update packages on npm-init or dev-setup Signed-off-by: Joas Schilling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68aa4df891..f73c013885 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ lint-fix: npm run lint:fix npm-init: - npm install + npm ci npm-update: npm update