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

fix: fully delete node modules #17

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from
Open

fix: fully delete node modules #17

wants to merge 2 commits into from

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