Skip to content

DO-1953: Include nested node_module directories in tarball#124

Merged
AdamJHall merged 1 commit intomainfrom
hotfix/DO-1953-Nested-Node-Modules
Apr 2, 2026
Merged

DO-1953: Include nested node_module directories in tarball#124
AdamJHall merged 1 commit intomainfrom
hotfix/DO-1953-Nested-Node-Modules

Conversation

@AdamJHall
Copy link
Copy Markdown
Contributor

Description of the proposed changes
Include all nested node_modules directories in the tarball so they are not missing when running tests, linting, etc.

Uses find with prune to prevent recursing into directories like ./node_modules/package_name/node_modules/

Notes to reviewers

ℹ️ When you've finished leaving feedback, please add a final comment to the PR tagging the author, letting them know that you have finished leaving feedback

…ting, tests, and builds do not fail later if they are missing
@AdamJHall AdamJHall requested a review from a team as a code owner April 2, 2026 02:49
@AdamJHall AdamJHall requested a review from TheOrangePuff April 2, 2026 03:23
@AdamJHall AdamJHall merged commit 3649b21 into main Apr 2, 2026
3 checks passed
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.

2 participants