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 b165016 commit d4d175dCopy full SHA for d4d175d
ct/grist.sh
@@ -47,6 +47,7 @@ function update_script() {
47
cp -r /opt/grist_bak/docs/* /opt/grist/docs/
48
cp /opt/grist_bak/grist-sessions.db /opt/grist/grist-sessions.db
49
cp /opt/grist_bak/landing.db /opt/grist/landing.db
50
+ cd /opt/grist
51
$STD yarn install
52
$STD yarn run build:prod
53
$STD yarn run install:python
0 commit comments