Hey, so I have an umbrella app, that has 3 apps in it. apps/a, apps/b and 
apps/c, with their names :a, :b, and :c. There are some deps between the 
apps but I have dealt with that.

Currently I can either run the mix task from the umbrella root, and it's 
being run recursively. Or I can cd to one of the app directories and run 
the task from within.

There is a slight drawback, however, to the 2nd approach: the task I run 
from within apps/a directory triggers the app in subdirectory to be 
recompiled, which slightly annoys me every time. 

Is there a way to specify which apps I want to run the task in, without 
changing working directory to the apps/a or apps/b directory first?

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-talk/feebd739-75bc-4bbc-acfc-e65228d4995b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to