diff --git a/tools/addon/jellystat.sh b/tools/addon/jellystat.sh index ae9e490bc..41cc17c60 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"