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.
1 parent 38b4173 commit f50e473Copy full SHA for f50e473
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