Compare commits

..

No commits in common. "346cd98bcfd2270e3aeb9b4aba21c9f65ef56e88" and "ad0ac2ae47a564c74e57a0080ba15a2d68aa014a" have entirely different histories.

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 run nx -- build @affine/web
$STD yarn run nx -- build @affine/server
$STD yarn nx build @affine/web
$STD yarn 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 run nx -- build @affine/web
$STD yarn run nx -- build @affine/server
$STD yarn nx build @affine/web
$STD yarn nx build @affine/server
msg_ok "Built AFFiNE"
msg_info "Running Initial Migration"