Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit a3444df

Browse files
committed
Fix checkout
1 parent a43ac8a commit a3444df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/compare.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export async function compareBenchmarks({
140140
installTypeScript: false,
141141
maxRunSeconds,
142142
});
143-
await execAndThrowErrors(`git checkout - && git clean -xdf types`, definitelyTypedPath);
143+
await execAndThrowErrors(`git checkout . && git checkout - && git clean -xdf types`, definitelyTypedPath);
144144
latestBenchmark = latest && latest.summary;
145145
}
146146
}

0 commit comments

Comments
 (0)