From 9875106760e5b60598c08b665fdf1b991fac2b2a Mon Sep 17 00:00:00 2001 From: Miguel Serrano Date: Wed, 6 May 2020 14:32:53 +0200 Subject: [PATCH] Remove compilation step from document-updater --- bin/compile-services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; *)