Skip to content

Conversation

@stephen-carter-at-sf
Copy link
Contributor

No description provided.


const packageJsonPath = path.join(changedPackage, 'package.json');
if (!fs.existsSync(packageJsonPath)) {
continue; // This means the package was deleted, so we ignore this package
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice forward cleanup 👍

Copy link
Contributor

@randi274 randi274 left a comment

Choose a reason for hiding this comment

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

Great opportunity for cleanup!

@stephen-carter-at-sf stephen-carter-at-sf merged commit fa896a5 into dev Sep 10, 2025
7 checks passed
@stephen-carter-at-sf stephen-carter-at-sf deleted the sc/RemoveUnneededFolders branch September 10, 2025 14:07
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