From b58b076ad62ec6b294b9904db0e3447fb82bfaee Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 16 Aug 2021 01:14:21 +0000 Subject: chore(make): only run necessary components --- Makefile.toml | 4 ++-- 1 file 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] -- cgit v1.2.3