We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a32a03d + 09c7da9 commit 44aa3a4Copy full SHA for 44aa3a4
src/makePatch.ts
@@ -187,7 +187,7 @@ export function makePatch({
187
// remove nested node_modules just to be safe
188
rimraf(join(tmpRepoPackagePath, "node_modules"))
189
// remove .git just to be safe
190
- rimraf(join(tmpRepoPackagePath, "node_modules"))
+ rimraf(join(tmpRepoPackagePath, ".git"))
191
192
// also remove ignored files like before
193
removeIgnoredFiles(tmpRepoPackagePath, includePaths, excludePaths)
0 commit comments