-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't Accidentally delete the project's root #155
Don't Accidentally delete the project's root #155
Conversation
Codecov Report
@@ Coverage Diff @@
## master #155 +/- ##
==========================================
- Coverage 98.86% 97.77% -1.09%
==========================================
Files 1 1
Lines 88 90 +2
Branches 30 31 +1
==========================================
+ Hits 87 88 +1
- Misses 1 2 +1
Continue to review full report at Codecov.
|
This is already built into this library via the npm package del. You can use the dangerouslyAllowCleanPatternsOutsideProject to override. |
it says this |
I don't really understand this comment. Currently you cannot remove your project root without setting Have you had an issue with this not working? |
I haven't enabled these options |
Can you provide the options you used to remove your project's root? I'd like to add a test case for this. |
@chrisblossom Not sure if thats the same problem, but when I set my config to an empty object like |
No description provided.