Fix/internal buildable packages - #26
Merged
Merged
Conversation
|
glypse
force-pushed
the
fix/internal-buildable-packages
branch
4 times, most recently
from
July 9, 2026 10:04
3fd9c25 to
7e475e1
Compare
Owner
|
Hey, as you might notice I'm having a hard time resolving those conflicts. Could you please rebase your branch onto the latest main? Thanks in advance. |
…ble-packages # Conflicts: # packages/editor/package.json # packages/theme/package.json
glypse
force-pushed
the
fix/internal-buildable-packages
branch
from
July 19, 2026 11:46
337872b to
92acb6d
Compare
Owner
|
Thank you for your contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I’ve sorted out the configuration of the internal packages:
To be sure, I ran a benchmark on separate worktrees: 7 runs before the changes and 7 after. Previously, Nx reported a cache hit but didn’t restore any artifacts, and the production build failed every time (0/7). After the changes, the cache restores the entire dist, and the build succeeds on every attempt (7/7).
Checklist