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 38b4173 + f50e473 commit e8c8a40Copy full SHA for e8c8a40
src/makePatch.ts
@@ -163,7 +163,7 @@ export function makePatch({
163
// remove nested node_modules just to be safe
164
rimraf(join(tmpRepoPackagePath, "node_modules"))
165
// remove .git just to be safe
166
- rimraf(join(tmpRepoPackagePath, "node_modules"))
+ rimraf(join(tmpRepoPackagePath, ".git"))
167
168
// commit the package
169
console.info(chalk.grey("•"), "Diffing your files with clean files")
0 commit comments