Don't Accidentally delete the project's root#155
Don't Accidentally delete the project's root#155maddhruv wants to merge 1 commit intojohnagan:masterfrom
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.