Skip to content

Implement clean script for cross platform usage#13

Merged
repugraf merged 1 commit intomainfrom
feat/cross-platform-clean
Nov 12, 2025
Merged

Implement clean script for cross platform usage#13
repugraf merged 1 commit intomainfrom
feat/cross-platform-clean

Conversation

@repugraf
Copy link
Owner

No description provided.

Copy link
Contributor

Copilot AI left a comment

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 replaces the platform-specific shell command (rm -rf) with a cross-platform Node.js script to clean build artifacts, making the project more compatible with Windows environments.

  • Introduces scripts/clean.mjs using Node.js fs.rmSync() API
  • Updates the clean npm script in package.json to use the new Node.js script
  • Removes dependency on Unix-specific shell commands

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
scripts/clean.mjs New cross-platform clean script using Node.js APIs to remove build and dist directories
package.json Updated clean script to invoke the new Node.js script instead of Unix shell command

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@repugraf repugraf merged commit 27f9cb9 into main Nov 12, 2025
13 of 14 checks passed
@repugraf repugraf deleted the feat/cross-platform-clean branch November 12, 2025 13:39
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