From 86fe900647dfde258370bf6bfc00f50714f894d8 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 27 May 2021 10:19:45 -0400 Subject: [PATCH] don't update lock file on build Signed-off-by: Sebastian Malton --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc764d0a94..8691498337 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ else endif $(extension_node_modules): node_modules - cd $(@:/node_modules=) && ../../node_modules/.bin/npm install --no-audit --no-fund + cd $(@:/node_modules=) && ../../node_modules/.bin/npm install --no-audit --no-fund --no-save $(extension_dists): src/extensions/npm/extensions/dist cd $(@:/dist=) && ../../node_modules/.bin/npm run build