aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-08-16 01:14:21 -0700
committerFuwn <[email protected]>2021-08-16 01:14:21 -0700
commit653c521de0d07cf3761f55966fcc1d252416ea74 (patch)
treeefffc5d716bec0de75215dde6520821f6d5622d4
parentMerge pull request #69 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-653c521de0d07cf3761f55966fcc1d252416ea74.tar.xz
whirl-653c521de0d07cf3761f55966fcc1d252416ea74.zip
chore(make): only run necessary components
-rw-r--r--Makefile.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 65e2e58..133c561 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -68,7 +68,7 @@ args = ["run", "--", "help"]
workspace = false
dependencies = ["checkf"]
command = "cargo"
-args = ["run", "--", "run"]
+args = ["run", "--", "run", "distributor,hub"]
# This task also depends on your system configuration, same goes as read above.
[tasks.start-client]
@@ -85,7 +85,7 @@ workspace = false
env = { "DISABLE_PROMPT" = true }
dependencies = ["checkf"]
command = "cargo"
-args = ["run", "--", "run"]
+args = ["run", "--", "run", "distributor,hub"]
watch = true
[tasks.docker-build]