portracker: silent nodejs

This commit is contained in:
tremor021
2026-04-29 12:57:16 +02:00
parent 1609092031
commit 4213f2b6fa

View File

@@ -135,11 +135,11 @@ function install() {
fetch_and_deploy_gh_release "${APP,,}" "mostafa-wahied/portracker" "tarball"
cd "$INSTALL_PATH/frontend"
npm ci --include=dev
npm run build
$STD npm ci --include=dev
$STD npm run build
cd "$INSTALL_PATH/backend"
npm ci --omit=dev
$STD npm ci --omit=dev
mv "$INSTALL_PATH/frontend/dist" "$INSTALL_PATH/backend/public"