From 689104d93e14008e68e01b1bc9d65ba94ed669cb 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) --- bin/compile-services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile-services b/bin/compile-services index f8c20ba4c6..fc3bb8ea38 100755 --- a/bin/compile-services +++ b/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" ;; *)