Run npm install before build
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 9 Oct 2023 05:18:41 +0000 (06:18 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 9 Oct 2023 05:18:41 +0000 (06:18 +0100)
js/Makefile

index 4b4255922daa525e1c74f280e4664256186a4be9..21c038fe9d75fb506385b6337df13876bd974703 100644 (file)
@@ -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