Use npm ci to install from package-lock v2.3.16
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 9 Oct 2023 07:43:31 +0000 (08:43 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 9 Oct 2023 07:43:31 +0000 (08:43 +0100)
js/Makefile

index 21c038fe9d75fb506385b6337df13876bd974703..a43be736e62b2984dfa2693412a5fcc8e500f481 100644 (file)
@@ -5,7 +5,7 @@ A2_CATEGORY = org.argeo.suite
 BUNDLES = \
 org.argeo.app.js \
 
-all: npm-install webpack osgi
+all: npm-ci webpack osgi
 
 webpack:
        npm run build-prod
@@ -16,6 +16,9 @@ webpack-dev:
 clean:
        $(foreach bundle, $(BUNDLES), rm -rf $(bundle)/org) 
 
+npm-ci:
+       npm ci
+       
 npm-install:
        npm install