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

Removed compile:all from filestore and notifications services (#688)

Miguel Serrano 6 лет назад
Родитель
Сommit
689104d93e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      bin/compile-services

+ 1 - 1
bin/compile-services

@@ -12,7 +12,7 @@ grep 'name:' config/services.js | \
 			web)
 			web)
 				npm run webpack:production
 				npm run webpack:production
 				;;
 				;;
-			chat)
+			chat|filestore|notifications)
 				echo "$service doesn't require a compilation"
 				echo "$service doesn't require a compilation"
 				;;	
 				;;	
 			*)
 			*)