fix(release): make installed package artifacts repackable#58
Merged
Conversation
drewstone
marked this pull request as ready for review
July 16, 2026 05:38
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.
Summary
preparebuilds withprepublishOnlyacross all eight publishable packagesRoot cause
Published manifests retained
prepare: pnpm run build. npm runspreparewhile installing and repacking, but published tarballs omit the source and development dependencies needed by that build. Moving the build toprepublishOnlykeeps publish-time builds without making installed artifacts rebuild themselves.Validation
pnpm install --frozen-lockfilepnpm buildpnpm check-typespnpm test(548 passed)pnpm check:package-artifacts(8 isolated packages, 18 exports, 36 export targets)pnpm changeset statuspnpm changeset:versionrelease proof followed by build and the full package-artifact checkpnpm --filter @tangle-network/agent-interface check-typespnpm --filter @tangle-network/agent-interface test(115 passed after removing the invalid locator change)rg content-store(no matches)git diff origin/main...HEAD --checkgit merge-tree --write-tree origin/main HEADNo package was published and no branch was merged.