Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package-extractor] Fix .bin folder extraction when using the default link creation mode #4978

Merged
merged 3 commits into from
Oct 22, 2024

Conversation

D4N14L
Copy link
Member

@D4N14L D4N14L commented Oct 22, 2024

Summary

Fixes #4961

Details

The .bin links were previously created after the realization of the deployed project node_modules folder. Changes in #4924 were made to centralize and simplify the handling of assets in a deployment, but did not take this requirement into account. This meant that the .bin links were not created in the deployed project's node_modules folder. This change moves creation of the .bin links to after the creation of the node_modules folder, but before the assets are finalized, which ensures that the .bin links are created and included in the generated archive (if one was requested).

How it was tested

Locally against repro provided in issue.

@D4N14L D4N14L changed the title User/danade/fix bin extract [package-extractor] Fix .bin folder extraction when using the default link creation mode Oct 22, 2024
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
@D4N14L D4N14L enabled auto-merge (squash) October 22, 2024 20:17
@D4N14L D4N14L merged commit 18e7671 into microsoft:main Oct 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

[rush] deploy command no longer copies the node_modules/.bin
2 participants