From d789af963719e0f2c8fab35ec1742d3e5f95ea89 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 27 Jan 2026 22:16:24 +0100 Subject: [PATCH] feat(grist): enable Enterprise features toggle (#11239) --- ct/grist.sh | 1 + install/grist-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ct/grist.sh b/ct/grist.sh index a18cf78c6..f197f3f18 100644 --- a/ct/grist.sh +++ b/ct/grist.sh @@ -49,6 +49,7 @@ function update_script() { cp /opt/grist_bak/landing.db /opt/grist/landing.db cd /opt/grist $STD yarn install + $STD yarn run install:ee $STD yarn run build:prod $STD yarn run install:python msg_ok "Updated Grist" diff --git a/install/grist-install.sh b/install/grist-install.sh index a616965ec..3948f4ffd 100644 --- a/install/grist-install.sh +++ b/install/grist-install.sh @@ -27,6 +27,7 @@ export CYPRESS_INSTALL_BINARY=0 export NODE_OPTIONS="--max-old-space-size=2048" cd /opt/grist $STD yarn install +$STD yarn run install:ee $STD yarn run build:prod $STD yarn run install:python cat </opt/grist/.env