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

Remove compilation step from document-updater

Miguel Serrano 6 лет назад
Родитель
Сommit
9875106760
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
 				;;	
 			*)