Skip to content

Clear node_modules just in case for pnpm local runs of fix#618

Merged
John-David Dalton (jdalton) merged 1 commit intomainfrom
jdalton/clear-just-in-case
May 29, 2025
Merged

Clear node_modules just in case for pnpm local runs of fix#618
John-David Dalton (jdalton) merged 1 commit intomainfrom
jdalton/clear-just-in-case

Conversation

@jdalton
Copy link
Copy Markdown
Contributor

No description provided.

@jdalton John-David Dalton (jdalton) merged commit e5ff60c into main May 29, 2025
4 checks passed
@jdalton John-David Dalton (jdalton) deleted the jdalton/clear-just-in-case branch May 29, 2025 02:09
if (!actualTree) {
if (!isCi) {
// eslint-disable-next-line no-await-in-loop
await removeNodeModules(cwd)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This comment appears to be unnecessary. The codebase is using a consistent style without semicolons at the end of statements, as seen in the surrounding code. The JavaScript language has automatic semicolon insertion (ASI), and many modern codebases intentionally omit semicolons as a style choice. Unless there's a specific linting rule or team convention requiring explicit semicolons, this change isn't needed.

Spotted by Diamond (based on custom rules)

Is this helpful? React 👍 or 👎 to let us know.

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.

1 participant