From b8e0a7479d7625bb641f011f68cf1b80d966832d Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 2 Feb 2021 10:40:09 +0100 Subject: [PATCH] added standalone publisher to silent commands --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 0679d8e39f..5a34bbc11a 100644 --- a/start.py +++ b/start.py @@ -116,7 +116,7 @@ from igniter.tools import load_environments # noqa: E402 from igniter.bootstrap_repos import PypeVersion # noqa: E402 bootstrap = BootstrapRepos() -silent_commands = ["run", "igniter"] +silent_commands = ["run", "igniter", "standalonepublisher"] def set_environments() -> None: