X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=js%2FMakefile;h=a43be736e62b2984dfa2693412a5fcc8e500f481;hb=c09f1ba44f6ad4c57d34a03261cf67d58724f9e9;hp=21c038fe9d75fb506385b6337df13876bd974703;hpb=2e08c3d9f69332161101e1bdda35054ae953748f;p=gpl%2Fargeo-suite.git diff --git a/js/Makefile b/js/Makefile index 21c038f..a43be73 100644 --- a/js/Makefile +++ b/js/Makefile @@ -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