fix build
Some checks failed
Update Versions from GitHub / update-versions (push) Has been cancelled

This commit is contained in:
CanbiZ 2026-01-18 18:17:04 +01:00
parent 0c76bfaf44
commit 8d23d5d481
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ function update_script() {
$STD corepack prepare yarn@stable --activate
$STD yarn config set enableTelemetry 0
$STD yarn install
$STD yarn build
$STD yarn affine build
msg_ok "Rebuilt Application"
msg_info "Running Migrations"

View File

@ -65,7 +65,7 @@ export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
$STD corepack prepare yarn@stable --activate
$STD yarn config set enableTelemetry 0
$STD yarn install
$STD yarn build
$STD yarn affine build
msg_ok "Built AFFiNE"
msg_info "Running Initial Migration"