diff --git a/server-ce/bin/compile-services b/server-ce/bin/compile-services index 1c508ae693..ba490c5bea 100755 --- a/server-ce/bin/compile-services +++ b/server-ce/bin/compile-services @@ -11,7 +11,8 @@ grep 'name:' config/services.js | \ case $service in web) make compile_full - WEBPACK_ENV=production make minify + make minify + npm run webpack:production ;; chat) echo "$service doesn't require a compilation"