From 4a9594aee70c6b754d50b229da93475f8032554a Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:24:23 +0100 Subject: [PATCH] Update frontend build command in install script --- install/wealthfolio-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/wealthfolio-install.sh b/install/wealthfolio-install.sh index 9e5112e38..1764e1366 100644 --- a/install/wealthfolio-install.sh +++ b/install/wealthfolio-install.sh @@ -30,7 +30,7 @@ msg_info "Building Frontend (patience)" cd /opt/wealthfolio export BUILD_TARGET=web $STD pnpm install --frozen-lockfile -$STD pnpm build +$STD pnpm --filter frontend... build msg_ok "Built Frontend" msg_info "Building Backend (patience)"