From b65b8a2ffae79a00c293f6e09e7769978b4813ec Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:24:07 +0100 Subject: [PATCH] Update frontend build command in wealthfolio.sh --- ct/wealthfolio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wealthfolio.sh b/ct/wealthfolio.sh index 1743884a6..298136b05 100644 --- a/ct/wealthfolio.sh +++ b/ct/wealthfolio.sh @@ -45,7 +45,7 @@ function update_script() { 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)"