From: Mathieu Baudier Date: Mon, 9 Oct 2023 05:18:41 +0000 (+0100) Subject: Run npm install before build X-Git-Tag: v2.3.16~2 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=b60a3dc5f50c33fd0a133e06842243d86dab225d Run npm install before build --- 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