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"