Compare commits
No commits in common. "9c1b350b94bc19bfa25b9a293005c4c46939e840" and "8056478041c73a21c10616cba32b121e47b632fc" have entirely different histories.
9c1b350b94
...
8056478041
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user