Эх сурвалжийг харах

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

Miguel Serrano 6 жил өмнө
parent
commit
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"
 				;;	
 			*)