Skip to content

Add build-package patch#2194

Open
zbrydon wants to merge 38 commits intomainfrom
build-package-patch
Open

Add build-package patch#2194
zbrydon wants to merge 38 commits intomainfrom
build-package-patch

Conversation

@zbrydon
Copy link
Contributor

@zbrydon zbrydon commented Dec 27, 2025

@changeset-bot
Copy link

changeset-bot bot commented Dec 27, 2025

🦋 Changeset detected

Latest commit: 792d385

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@zbrydon zbrydon marked this pull request as ready for review December 30, 2025 03:56
@zbrydon zbrydon requested a review from a team as a code owner December 30, 2025 03:56
Copy link
Contributor

@samchungy samchungy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay in reviewing, slowly catching up


let foundMatch = false;

for (const packageJsonPath of likelyPackagePaths) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: shall we do this in parallel?

let assetsData;

if (assetsArray) {
assetsData = JSON.parse(assetsArray?.text()) as unknown;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we remove the assets data too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(As per, my troubles with this was a skill issue 🤦)

@zbrydon zbrydon requested a review from samchungy February 16, 2026 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants