Explorar el Código

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

Miguel Serrano hace 6 años
padre
commit
689104d93e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
 				;;	
 			*)