diff --git a/bin/compile-services b/bin/compile-services index 76c432143a..4045a49a4c 100755 --- a/bin/compile-services +++ b/bin/compile-services @@ -12,9 +12,6 @@ grep 'name:' config/services.js | \ web) npm run webpack:production ;; - real-time) - npm run compile:all - ;; *) echo "$service doesn't require a compilation" ;;