chore: exclude local artifacts from published packages - #179
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
V3RON
marked this pull request as ready for review
August 3, 2026 15:29
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.
What is this?
Published packages now leave local test output and build artifacts out of their npm tarballs. This prevents the Apple platform package from packaging Xcode build products, simulator caches, and Harness logs.
How does it work?
Package-level ignore rules exclude tests and TypeScript build caches from public packages. The Apple package also excludes local Harness logs, Xcode build output, and Xcode user state while retaining the XCTest project sources. The existing native-package allowlists now exclude nested TypeScript build-info files. A patch release plan covers the corrected archives.
Why is this useful?
The Apple platform archive falls from 100.3 MB to 296 KB, so publishing no longer spends time compressing and uploading local Xcode artifacts. Consumers receive only package files needed to use Harness.