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

[bin/compile-services] all services are decaffeinated now

Jakob Ackermann 6 лет назад
Родитель
Сommit
2766993c65
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      server-ce/bin/compile-services

+ 0 - 3
server-ce/bin/compile-services

@@ -12,9 +12,6 @@ grep 'name:' config/services.js | \
 			web)
 			web)
 				npm run webpack:production
 				npm run webpack:production
 				;;
 				;;
-			real-time)
-				npm run compile:all
-				;;	
 			*)
 			*)
 				echo "$service doesn't require a compilation"
 				echo "$service doesn't require a compilation"
 				;;
 				;;