diff --git a/bin/compile-services b/bin/compile-services index f20858f812..76c432143a 100755 --- a/bin/compile-services +++ b/bin/compile-services @@ -12,7 +12,7 @@ grep 'name:' config/services.js | \ web) npm run webpack:production ;; - real-time|document-updater) + real-time) npm run compile:all ;; *)