fix nx build

This commit is contained in:
CanbiZ 2026-01-18 13:17:50 +01:00
parent 40ff57653b
commit 6189f46462
2 changed files with 4 additions and 4 deletions

View File

@ -53,8 +53,8 @@ function update_script() {
$STD yarn install
$STD yarn affine @affine/native build
$STD yarn affine @affine/server-native build
$STD yarn nx build @affine/web
$STD yarn nx build @affine/server
$STD yarn run nx -- build @affine/web
$STD yarn run nx -- build @affine/server
msg_ok "Rebuilt Application"
msg_info "Running Migrations"

View File

@ -65,8 +65,8 @@ $STD corepack prepare yarn@stable --activate
$STD yarn install
$STD yarn affine @affine/native build
$STD yarn affine @affine/server-native build
$STD yarn nx build @affine/web
$STD yarn nx build @affine/server
$STD yarn run nx -- build @affine/web
$STD yarn run nx -- build @affine/server
msg_ok "Built AFFiNE"
msg_info "Running Initial Migration"