Update frontend build command in install script

This commit is contained in:
Tobias
2026-02-12 08:24:23 +01:00
committed by GitHub
parent b65b8a2ffa
commit 4a9594aee7

View File

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