Compare commits
No commits in common. "346cd98bcfd2270e3aeb9b4aba21c9f65ef56e88" and "ad0ac2ae47a564c74e57a0080ba15a2d68aa014a" have entirely different histories.
346cd98bcf
...
ad0ac2ae47
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user