Update jellystat.sh

This commit is contained in:
CanbiZ 2025-12-08 15:31:08 +01:00
parent c127e14218
commit 4ca7ce37dd

View File

@ -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"