Compare commits

..

2 Commits

Author SHA1 Message Date
CanbiZ
9c1b350b94 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-01-18 17:35:11 +01:00
CanbiZ
a1242683c4 build affine 2026-01-18 17:35:02 +01:00
2 changed files with 2 additions and 8 deletions

View File

@ -51,10 +51,7 @@ function update_script() {
$STD corepack enable $STD corepack enable
$STD corepack prepare yarn@stable --activate $STD corepack prepare yarn@stable --activate
$STD yarn install $STD yarn install
$STD yarn affine @affine/native build $STD yarn build
$STD yarn affine @affine/server-native build
$STD yarn run nx -- build @affine/web
$STD yarn run nx -- build @affine/server
msg_ok "Rebuilt Application" msg_ok "Rebuilt Application"
msg_info "Running Migrations" msg_info "Running Migrations"

View File

@ -63,10 +63,7 @@ set -a && source /opt/affine/.env && set +a
$STD corepack enable $STD corepack enable
$STD corepack prepare yarn@stable --activate $STD corepack prepare yarn@stable --activate
$STD yarn install $STD yarn install
$STD yarn affine @affine/native build $STD yarn build
$STD yarn affine @affine/server-native build
$STD yarn run nx -- build @affine/web
$STD yarn run nx -- build @affine/server
msg_ok "Built AFFiNE" msg_ok "Built AFFiNE"
msg_info "Running Initial Migration" msg_info "Running Initial Migration"