[PR #11027] [MERGED] Joplin-Server: use yarn workspaces focus for faster builds #9183

Closed
opened 2026-02-26 16:35:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/11027
Author: @MickLesk
Created: 1/21/2026
Status: Merged
Merged: 1/21/2026
Merged by: @tremor021

Base: mainHead: blind_fix_joplin


📝 Commits (3)

  • db72e9d Joplin Server: install script for workspace build
  • 26d9eda Update Joplin-Server build process in script
  • e51cb64 Update joplin-server.json

📊 Changes

3 files changed (+6 additions, -3 deletions)

View changed files

📝 ct/joplin-server.sh (+3 -1)
📝 frontend/public/json/joplin-server.json (+0 -1)
📝 install/joplin-server-install.sh (+3 -1)

📄 Description

✍️ Description

@tremor021 build now in 20-30 sec instead of 12min.
Replace yarn install --inline-builds with yarn workspaces focus @joplin/server to build only server dependencies instead of entire monorepo. Reduces build time from ~13 minutes to ~30 seconds and fixes build failures.

image image

Fixes #10806

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/11027 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `blind_fix_joplin` --- ### 📝 Commits (3) - [`db72e9d`](https://github.com/community-scripts/ProxmoxVE/commit/db72e9d86cad617e25a4e05ad9994c02dbf24989) Joplin Server: install script for workspace build - [`26d9eda`](https://github.com/community-scripts/ProxmoxVE/commit/26d9eda1efac854875f7b24b1ecaa9e28c5b4700) Update Joplin-Server build process in script - [`e51cb64`](https://github.com/community-scripts/ProxmoxVE/commit/e51cb64c1167848eb814fe8dfa3b8e4b9a07aad3) Update joplin-server.json ### 📊 Changes **3 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `ct/joplin-server.sh` (+3 -1) 📝 `frontend/public/json/joplin-server.json` (+0 -1) 📝 `install/joplin-server-install.sh` (+3 -1) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description @tremor021 build now in 20-30 sec instead of 12min. Replace `yarn install --inline-builds` with `yarn workspaces focus @joplin/server` to build only server dependencies instead of entire monorepo. Reduces build time from ~13 minutes to ~30 seconds and fixes build failures. <img width="1088" height="349" alt="image" src="https://github.com/user-attachments/assets/b23b94dc-ace7-4bda-bfab-4646dbd1a9bf" /> <img width="1488" height="736" alt="image" src="https://github.com/user-attachments/assets/f514a133-95d6-4c45-b9c6-021e18364647" /> ## 🔗 Related Issue Fixes #10806 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:35:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#9183
No description provided.