From feda446983b688b6ea6a1d4892247ffb536f2b98 Mon Sep 17 00:00:00 2001 From: theunbound Date: Mon, 9 Dec 2019 18:02:52 +0100 Subject: [PATCH] Remove make targets in web (#670) --- server-ce/bin/compile-services | 2 -- 1 file changed, 2 deletions(-) diff --git a/server-ce/bin/compile-services b/server-ce/bin/compile-services index ba490c5bea..f8c20ba4c6 100755 --- a/server-ce/bin/compile-services +++ b/server-ce/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)