Skip to content

Commit a9322fc

Browse files
authored
fix(release-utils-internal): remove the git cleanup (#170)
2 parents 48c9f5a + 6bd67fe commit a9322fc

File tree

1 file changed

+0
-3
lines changed
  • packages/tools/release-utils-internal/src

1 file changed

+0
-3
lines changed

packages/tools/release-utils-internal/src/steps.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ export async function pushUpdateToTestProject({ info, config }: ModuleStepParams
200200
const { paths } = config;
201201
pushd(paths.targetProject);
202202

203-
console.info("Remove untracked files");
204-
await exec(`git clean -fd`);
205-
206203
const status = (await exec(`git status --porcelain`, { stdio: "pipe" })).stdout.trim();
207204

208205
if (status === "") {

0 commit comments

Comments
 (0)