fbecart / zinoma

Žinoma - Make your build flow incremental
MIT License
27 stars 2 forks source link

Services should run even out of the `--watch` mode #9

Closed fbecart closed 4 years ago

fbecart commented 4 years ago

At the moment, Žinoma will only run a service if the -w, --watch flag is provided to the command line.

This behavior is not particularly logical. This creates confusion, which is reflected in the documentation.

Instead, we should always run a target service after it builds successfully. This also mean that zinoma should not exit automatically if a service is being run.