Skip to content

Commit

Permalink
fix(release-utils-internal): remove the git cleanup (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanunver authored Nov 24, 2022
2 parents 48c9f5a + 6bd67fe commit a9322fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/tools/release-utils-internal/src/steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ export async function pushUpdateToTestProject({ info, config }: ModuleStepParams
const { paths } = config;
pushd(paths.targetProject);

console.info("Remove untracked files");
await exec(`git clean -fd`);

const status = (await exec(`git status --porcelain`, { stdio: "pipe" })).stdout.trim();

if (status === "") {
Expand Down

0 comments on commit a9322fc

Please sign in to comment.