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