mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-10 13:34:57 +00:00
fix nx build
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user