Skip to content

add cross-platform support for rm and cp by empowering shx - #144

Merged
herzykj merged 2 commits into
masterfrom
bugfix/fix-windows-issues
Oct 2, 2025
Merged

add cross-platform support for rm and cp by empowering shx#144
herzykj merged 2 commits into
masterfrom
bugfix/fix-windows-issues

Conversation

@herzykj

@herzykj herzykj commented Oct 2, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

@herzykj
herzykj requested a review from Copilot October 2, 2025 14:02

Copilot AI left a comment

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.

Pull Request Overview

This PR adds cross-platform support for file system operations by replacing Unix-specific rm and cp commands with the shx package, which provides cross-platform shell commands.

  • Replaced rm -rf ./bin with shx rm -rf ./bin in the clean script
  • Replaced cp -r with shx cp -r in the copy-json script
  • Added shx as a dev dependency

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@herzykj
herzykj requested a review from amaski October 2, 2025 14:32
@herzykj
herzykj merged commit ed6ca52 into master Oct 2, 2025
3 checks passed
@herzykj
herzykj deleted the bugfix/fix-windows-issues branch October 2, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants