Update frontend build command in wealthfolio.sh

This commit is contained in:
Tobias
2026-02-12 08:24:07 +01:00
committed by GitHub
parent 97cb1ac7e2
commit b65b8a2ffa

View File

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