aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-08-16 01:14:21 +0000
committerFuwn <[email protected]>2021-08-16 01:14:21 +0000
commitb58b076ad62ec6b294b9904db0e3447fb82bfaee (patch)
tree67980eff849821ce3a419f5cb63e02aee24ea580
parentMerge pull request #69 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-b58b076ad62ec6b294b9904db0e3447fb82bfaee.tar.xz
whirl-b58b076ad62ec6b294b9904db0e3447fb82bfaee.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]