Skip to content

fix: use fs.rm instead of fs.unlink for directory removal in packageU…#146

Open
vaibhavbhagat123455 wants to merge 1 commit intometacall:masterfrom
vaibhavbhagat123455:fix/deleteFolder-use-fs-rm
Open

fix: use fs.rm instead of fs.unlink for directory removal in packageU…#146
vaibhavbhagat123455 wants to merge 1 commit intometacall:masterfrom
vaibhavbhagat123455:fix/deleteFolder-use-fs-rm

Conversation

@vaibhavbhagat123455
Copy link
Copy Markdown

…pload

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.

Closes #119

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