You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when build dependencies that are not explicitly being watched are modified, we don't trigger execution. For example, when I run garden deploy module-a -w and module-b is a build dependency, nothing happens when we modify module-b. Should be fairly easy to fix.
The text was updated successfully, but these errors were encountered:
When specifying which modules to watch, modules for their build &
service dependencies are now also watched.
Additionally, service dependencies are now included as auto reload
dependants.
Unit tests coming soon, will be squashed to this commit.
Currently when build dependencies that are not explicitly being watched are modified, we don't trigger execution. For example, when I run
garden deploy module-a -w
andmodule-b
is a build dependency, nothing happens when we modifymodule-b
. Should be fairly easy to fix.The text was updated successfully, but these errors were encountered: