mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-28 03:24:43 +00:00
fix(grist): restore install:ee step (#14759)
Re-applies the install:ee step removed in #13526. The step was removed when a transition from a repo to a tarball looked like the ee material had been removed. Verified against grist-core v1.7.13. See: https://github.com/community-scripts/ProxmoxVE/discussions/11203
This commit is contained in:
@@ -28,6 +28,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 -y
|
||||
$STD yarn run build:prod
|
||||
$STD yarn run install:python
|
||||
cat <<EOF >/opt/grist/.env
|
||||
|
||||
Reference in New Issue
Block a user