Grist: remove install:ee step (private repo, not needed for grist-core)

This commit is contained in:
MickLesk
2026-04-04 22:12:52 +02:00
parent 9ce2fe9ee0
commit f5c57ddaba
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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"