-
-
Couldn't load subscription status.
- Fork 313
Closed
Description
patch-package/src/makePatch.ts
Lines 186 to 189 in 50f73bd
| // remove nested node_modules just to be safe | |
| rimraf(join(tmpRepoPackagePath, "node_modules")) | |
| // remove .git just to be safe | |
| rimraf(join(tmpRepoPackagePath, "node_modules")) |
Line 189 was probably meant to be
- rimraf(join(tmpRepoPackagePath, "node_modules"))
+ rimraf(join(tmpRepoPackagePath, ".git"))Metadata
Metadata
Assignees
Labels
No labels