From 4ca7ce37dd7b36fb9d67bc3033f7f6e29cc72a00 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:31:08 +0100 Subject: [PATCH] Update jellystat.sh --- tools/addon/jellystat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/addon/jellystat.sh b/tools/addon/jellystat.sh index ae9e490b..41cc17c6 100644 --- a/tools/addon/jellystat.sh +++ b/tools/addon/jellystat.sh @@ -188,11 +188,11 @@ function install() { msg_info "Installing dependencies" cd "$INSTALL_PATH" - npm install &>/dev/null + $STD npm install msg_ok "Installed dependencies" msg_info "Building ${APP}" - npm run build &>/dev/null + $STD npm run build msg_ok "Built ${APP}" msg_info "Creating configuration"