From 219eabdc55a8655029bd1e82239d7bc397130dc2 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 3 Feb 2026 08:05:31 +0100 Subject: [PATCH] Update memos.sh --- ct/memos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/memos.sh b/ct/memos.sh index b587fc228..a32d8e09b 100644 --- a/ct/memos.sh +++ b/ct/memos.sh @@ -37,7 +37,7 @@ function update_script() { msg_info "Building Memos (patience)" cd /opt/memos/web $STD pnpm install --frozen-lockfile - $STD pnpm build + $STD pnpm release cd /opt/memos $STD go build -o memos ./cmd/memos msg_ok "Built Memos"