diff --git a/bin/compile-services b/bin/compile-services index ba490c5bea..f8c20ba4c6 100755 --- a/bin/compile-services +++ b/bin/compile-services @@ -10,8 +10,6 @@ grep 'name:' config/services.js | \ echo "Compiling Service $service" case $service in web) - make compile_full - make minify npm run webpack:production ;; chat)