ui: add lightweight frontend build pipeline

This commit is contained in:
a.tolmachev
2026-04-12 02:28:05 +03:00
parent 2848d74929
commit b92350a6ac
22 changed files with 809 additions and 191 deletions
+5
View File
@@ -19,6 +19,11 @@ ADMIN_PASSWORD="${CRANK_E2E_ADMIN_PASSWORD:-change-me-admin-password}"
mkdir -p "$LOG_DIR"
(
cd "$ROOT_DIR/apps/ui"
npm run build >"$LOG_DIR/ui-build.log" 2>&1
)
kill_port_processes() {
local port="$1"
if command -v lsof >/dev/null 2>&1; then