From c44808b47fe5814350825387f171fe81ef375eb7 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Fri, 14 Aug 2026 09:33:53 +0200 Subject: [PATCH] adventurelog: remove pnpm build-allowlist override causing pnpm 10.33 conflict --- ct/adventurelog.sh | 1 - install/adventurelog-install.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/ct/adventurelog.sh b/ct/adventurelog.sh index 98327747e..0da4c09c0 100644 --- a/ct/adventurelog.sh +++ b/ct/adventurelog.sh @@ -60,7 +60,6 @@ function update_script() { $STD .venv/bin/python -m manage migrate cd /opt/adventurelog/frontend - grep -q "^dangerouslyAllowAllBuilds:" ./pnpm-workspace.yaml 2>/dev/null || echo "dangerouslyAllowAllBuilds: true" >>./pnpm-workspace.yaml $STD pnpm i $STD pnpm build msg_ok "Updated AdventureLog" diff --git a/install/adventurelog-install.sh b/install/adventurelog-install.sh index b480da0d9..10e664bc6 100644 --- a/install/adventurelog-install.sh +++ b/install/adventurelog-install.sh @@ -72,7 +72,6 @@ BODY_SIZE_LIMIT=Infinity ORIGIN='http://$LOCAL_IP:3000' EOF cd /opt/adventurelog/frontend -grep -q "^dangerouslyAllowAllBuilds:" ./pnpm-workspace.yaml 2>/dev/null || echo "dangerouslyAllowAllBuilds: true" >>./pnpm-workspace.yaml $STD pnpm i $STD pnpm build msg_ok "Installed AdventureLog"