|
// 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"))
patch-package/src/makePatch.ts
Lines 186 to 189 in 50f73bd
Line 189 was probably meant to be