Skip to content

Commit b72d91e

Browse files
authored
Grist: remove install:ee step (private repo, not needed for grist-core) (#13526)
1 parent 9ef3b91 commit b72d91e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ct/grist.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function update_script() {
5353
[[ -f /opt/grist_bak/landing.db ]] && cp /opt/grist_bak/landing.db /opt/grist/landing.db
5454
cd /opt/grist
5555
$STD yarn install
56-
$STD yarn run install:ee
5756
$STD yarn run build:prod
5857
$STD yarn run install:python
5958
msg_ok "Updated Grist"

install/grist-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export CYPRESS_INSTALL_BINARY=0
2828
export NODE_OPTIONS="--max-old-space-size=2048"
2929
cd /opt/grist
3030
$STD yarn install
31-
$STD yarn run install:ee
3231
$STD yarn run build:prod
3332
$STD yarn run install:python
3433
cat <<EOF >/opt/grist/.env

0 commit comments

Comments
 (0)