From b60a3dc5f50c33fd0a133e06842243d86dab225d Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 9 Oct 2023 06:18:41 +0100 Subject: [PATCH] Run npm install before build --- js/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Makefile b/js/Makefile index 4b42559..21c038f 100644 --- a/js/Makefile +++ b/js/Makefile @@ -5,7 +5,7 @@ A2_CATEGORY = org.argeo.suite BUNDLES = \ org.argeo.app.js \ -all: webpack osgi +all: npm-install webpack osgi webpack: npm run build-prod -- 2.30.2