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 34464fb commit 1253462Copy full SHA for 1253462
scripts/bench/build.js
@@ -74,7 +74,7 @@ async function buildBenchmarkBundlesFromGitRepo(
74
await cleanDir(remoteRepoDir);
75
}
76
// check if remote-repo directory already exists
77
- if (existsSync(join(__dirname, 'remote-repo'))) {
+ if (existsSync(remoteRepoDir)) {
78
repo = await Git.Repository.open(remoteRepoDir);
79
// fetch all the latest remote changes
80
await repo.fetchAll();
0 commit comments