1
0
forked from Proxmox/ProxmoxVE

AFFiNE: fix version and build type reported by the app itself

This commit is contained in:
MickLesk
2026-08-04 11:47:05 +02:00
parent cf942fb445
commit 2a3671989d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -81,6 +81,8 @@ TURBO
export NODE_OPTIONS="--max-old-space-size=2048"
$STD yarn install
$STD bash ./scripts/set-version.sh "$(cat ~/.affine_app)"
export BUILD_TYPE=stable
$STD npm install -g typescript
$STD yarn affine @affine/native build
+2
View File
@@ -78,6 +78,8 @@ $STD yarn config set enableTelemetry 0
export NODE_OPTIONS="--max-old-space-size=4096"
export TSC_COMPILE_ON_ERROR=true
$STD yarn install
$STD bash ./scripts/set-version.sh "$(cat ~/.affine_app)"
export BUILD_TYPE=stable
$STD npm install -g typescript
$STD yarn affine @affine/native build
$STD yarn affine @affine/server-native build