Compare commits

..

No commits in common. "9c1b350b94bc19bfa25b9a293005c4c46939e840" and "8056478041c73a21c10616cba32b121e47b632fc" have entirely different histories.

2 changed files with 8 additions and 2 deletions

View File

@ -51,7 +51,10 @@ function update_script() {
$STD corepack enable
$STD corepack prepare yarn@stable --activate
$STD yarn install
$STD yarn build
$STD yarn affine @affine/native 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_info "Running Migrations"

View File

@ -63,7 +63,10 @@ set -a && source /opt/affine/.env && set +a
$STD corepack enable
$STD corepack prepare yarn@stable --activate
$STD yarn install
$STD yarn build
$STD yarn affine @affine/native 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_info "Running Initial Migration"