Преглед изворни кода

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

Miguel Serrano пре 6 година
родитељ
комит
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)
 				npm run webpack:production
 				;;
-			chat)
+			chat|filestore|notifications)
 				echo "$service doesn't require a compilation"
 				;;	
 			*)