From 5232f07ec50f6e4aada456bfbf4afe14e63705c1 Mon Sep 17 00:00:00 2001 From: Miguel Serrano Date: Wed, 22 Jan 2020 14:41:31 +0100 Subject: [PATCH] Removed compile:all from filestore and notifications services (#688) --- server-ce/bin/compile-services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-ce/bin/compile-services b/server-ce/bin/compile-services index f8c20ba4c6..fc3bb8ea38 100755 --- a/server-ce/bin/compile-services +++ b/server-ce/bin/compile-services @@ -12,7 +12,7 @@ grep 'name:' config/services.js | \ web) npm run webpack:production ;; - chat) + chat|filestore|notifications) echo "$service doesn't require a compilation" ;; *)