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" ;; *)