I have two questions.
Is it possible to build subpackages when
dub build
is invoked for the main package? It's a pain to first dodub build :mysubpackage
and thendub build
.It seems that when dub detects that no dependencies need to be updated, it does not run the pre-build commands. I have some pre-build commands that generate data to be imported by the main package and thus must always be run for a build. Is there a way to specify this?