From bb87d0af1c1a10dfaccdddcc6c88272e263aaf51 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) --- bin/compile-services | 2 -- 1 file changed, 2 deletions(-) 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)