From f5c57ddaba294eed169e86cef9eff9d8e55caaa3 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Sat, 4 Apr 2026 22:12:52 +0200 Subject: [PATCH] Grist: remove install:ee step (private repo, not needed for grist-core) --- ct/grist.sh | 1 - install/grist-install.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/ct/grist.sh b/ct/grist.sh index 8b78fffe2..2a9893152 100644 --- a/ct/grist.sh +++ b/ct/grist.sh @@ -53,7 +53,6 @@ function update_script() { [[ -f /opt/grist_bak/landing.db ]] && 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 c86eff323..5ebea6e76 100644 --- a/install/grist-install.sh +++ b/install/grist-install.sh @@ -28,7 +28,6 @@ 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