AFFiNE: Bump to 0.27.0

This commit is contained in:
MickLesk
2026-07-17 14:18:19 +02:00
parent b4dcdd4472
commit a0c6808ff1
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -51,11 +51,12 @@ function update_script() {
export VITE_CORE_COMMIT_SHA=$(cat ~/.affine_app)
# Initialize git repo (required for build process)
export HUSKY=0
$STD git init -q
$STD git config user.email "build@local"
$STD git config user.name "Build"
$STD git add -A
$STD git commit -q -m "update"
$STD git commit -q -m "update" --no-verify --allow-empty
# Force Turbo to run sequentially
mkdir -p /opt/affine/.turbo