diff --git a/server-ce/bin/compile-services b/server-ce/bin/compile-services index 017baa8fbc..f20858f812 100755 --- a/server-ce/bin/compile-services +++ b/server-ce/bin/compile-services @@ -12,11 +12,11 @@ grep 'name:' config/services.js | \ web) npm run webpack:production ;; - chat|filestore|notifications|tags) - echo "$service doesn't require a compilation" + real-time|document-updater) + npm run compile:all ;; *) - npm run compile:all + echo "$service doesn't require a compilation" ;; esac popd