Joplin-Server: use yarn workspaces focus for faster builds (#11027)

This commit is contained in:
CanbiZ (MickLesk)
2026-01-21 12:00:46 +01:00
committed by GitHub
parent 49d92afb98
commit 914c316f42
3 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ function update_script() {
sed -i "/onenote-converter/d" packages/lib/package.json
$STD yarn config set --home enableTelemetry 0
export BUILD_SEQUENCIAL=1
$STD yarn install --inline-builds
$STD yarn workspaces focus @joplin/server
cd packages/server
$STD yarn run build
msg_ok "Updated Joplin-Server"
msg_info "Starting Services"