Skip to content

fix: use fs.rm instead of fs.unlink for directory cleanup in deleteFo…#144

Open
Rohitbhise0004 wants to merge 1 commit intometacall:masterfrom
Rohitbhise0004:fix/issue-119-delete-folder-unlink
Open

fix: use fs.rm instead of fs.unlink for directory cleanup in deleteFo…#144
Rohitbhise0004 wants to merge 1 commit intometacall:masterfrom
Rohitbhise0004:fix/issue-119-delete-folder-unlink

Conversation

@Rohitbhise0004
Copy link
Copy Markdown

…lder (closes #119)

Summary

A short description of what this PR changes and why.

Related issue

Link to an existing issue or leave blank (e.g. Fixes #123).

Type of change

  • Bug fix
  • New feature
  • Documentation
  • Chore / CI
  • Breaking change

How to test

Steps to reproduce or verify the change locally:

  1. Checkout the branch
  2. Run npm ci (or equivalent)
  3. Run npm test and any additional verification steps

Checklist

  • I have read the contributing guidelines
  • I added tests that prove my fix is effective or that my feature works
  • I updated documentation if necessary

Notes for reviewers

Any additional context for the reviewer, design decisions, or tradeoffs.

Release notes

Short note for changelog/release, if applicable.

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.

fix: deleteFolder in packageUpload uses fs.unlink instead of fs.rm

1 participant