Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Conversation

johnkennedy9147
Copy link

At present when clearing down node_modules folders starting with a period are left.
Example: .bin and .cache

This is due to the globbing pattern used which cannot match files or folders starting with period.

This adds a second deletion to match these folders and a corresponding test.

Fixes: #7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] node_modules is no longer entirely purged

1 participant