We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef3b91 commit b72d91eCopy full SHA for b72d91e
ct/grist.sh
@@ -53,7 +53,6 @@ function update_script() {
53
[[ -f /opt/grist_bak/landing.db ]] && cp /opt/grist_bak/landing.db /opt/grist/landing.db
54
cd /opt/grist
55
$STD yarn install
56
- $STD yarn run install:ee
57
$STD yarn run build:prod
58
$STD yarn run install:python
59
msg_ok "Updated Grist"
install/grist-install.sh
@@ -28,7 +28,6 @@ export CYPRESS_INSTALL_BINARY=0
28
export NODE_OPTIONS="--max-old-space-size=2048"
29
30
31
-$STD yarn run install:ee
32
33
34
cat <<EOF >/opt/grist/.env
0 commit comments