Просмотр исходного кода

Merge pull request #732 from overleaf/msm-remove-doc-updater-compilation

Remove compilation step from document-updater
Miguel Serrano 6 лет назад
Родитель
Сommit
b697794b2b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/compile-services

+ 1 - 1
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
 				;;	
 			*)