Webpack production build
[gpl/argeo-suite.git] / Makefile
index 861041c34b84bd85b1571dfe44cac4f1ba78e390..318a122389ca23e0d15884608bd22320fb7501c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ clean:
 
 ## WEB
 web:
-       cd org.argeo.app.geo.js && npm run build
+       cd org.argeo.app.geo.js && npm run build-prod
 
 npm-install:
        cd org.argeo.app.geo.js && npm install