Use npm ci to install from package-lock
[gpl/argeo-suite.git] / 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