Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
346cd98bcf Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-01-18 13:18:01 +01:00
CanbiZ
6189f46462 fix nx build 2026-01-18 13:17:50 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -53,8 +53,8 @@ function update_script() {
$STD yarn install $STD yarn install
$STD yarn affine @affine/native build $STD yarn affine @affine/native build
$STD yarn affine @affine/server-native build $STD yarn affine @affine/server-native build
$STD yarn nx build @affine/web $STD yarn run nx -- build @affine/web
$STD yarn nx build @affine/server $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

@ -65,8 +65,8 @@ $STD corepack prepare yarn@stable --activate
$STD yarn install $STD yarn install
$STD yarn affine @affine/native build $STD yarn affine @affine/native build
$STD yarn affine @affine/server-native build $STD yarn affine @affine/server-native build
$STD yarn nx build @affine/web $STD yarn run nx -- build @affine/web
$STD yarn nx build @affine/server $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"