[PR #7861] [MERGED] [AI] sync-server.Dockerfile: unbreak yarn build:server after lage migration #136242

Closed
opened 2026-06-17 20:53:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7861
Author: @MatissJanis
Created: 5/16/2026
Status: Merged
Merged: 5/20/2026
Merged by: @MatissJanis

Base: masterHead: ai/sync-server-dockerfile-lage-fix


📝 Commits (2)

  • 0c12852 [AI] sync-server.Dockerfile: unbreak yarn build:server after lage migration
  • 60c8696 Add release notes for PR #7861

📊 Changes

2 files changed (+14 additions, -1 deletions)

View changed files

📝 sync-server.Dockerfile (+8 -1)
upcoming-release-notes/7861.md (+6 -0)

📄 Description

Description

Fixes

lage: no targets found that matches the given scope.
Error: building at STEP "RUN yarn build:server": while running runtime: exit status 1

https://github.com/actualbudget/actual/pull/7835

Testing

on mac:

docker buildx build --platform=linux/amd64 -f sync-server.Dockerfile -t actual-server .

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 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/actualbudget/actual/pull/7861 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 5/16/2026 **Status:** ✅ Merged **Merged:** 5/20/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `ai/sync-server-dockerfile-lage-fix` --- ### 📝 Commits (2) - [`0c12852`](https://github.com/actualbudget/actual/commit/0c12852e5a318508367aa8eabe311c73577af6c5) [AI] sync-server.Dockerfile: unbreak `yarn build:server` after lage migration - [`60c8696`](https://github.com/actualbudget/actual/commit/60c86964dfabbd3a17f2e19bc72c520092add4c4) Add release notes for PR #7861 ### 📊 Changes **2 files changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `sync-server.Dockerfile` (+8 -1) ➕ `upcoming-release-notes/7861.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://actualbudget.org/docs/contributing/#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> Fixes ``` lage: no targets found that matches the given scope. Error: building at STEP "RUN yarn build:server": while running runtime: exit status 1 ``` ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> https://github.com/actualbudget/actual/pull/7835 ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> on mac: ``` docker buildx build --platform=linux/amd64 -f sync-server.Dockerfile -t actual-server . ``` ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-17 20:53:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#136242