Update jellystat.sh
This commit is contained in:
parent
c127e14218
commit
4ca7ce37dd
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user