There was an error while loading. Please reload this page.
1 parent 4659966 commit e013403Copy full SHA for e013403
1 file changed
ct/fireshare.sh
@@ -53,6 +53,12 @@ function update_script() {
53
export VIDEO_DIRECTORY=/opt/fireshare-videos
54
export PROCESSED_DIRECTORY=/opt/fireshare-processed
55
$STD uv run flask db upgrade
56
+
57
+ msg_info "Building Fireshare Client"
58
+ cd /opt/fireshare/app/client
59
+ $STD npm install
60
+ $STD npm run build
61
+ msg_ok "Built Fireshare Client"
62
msg_ok "Updated Fireshare"
63
64
msg_info "Starting Service"
0 commit comments