Skip to content

Commit

Permalink
wfer
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jan 14, 2025
1 parent 8652c9e commit d32c325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/performance/run.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,9 @@ async function linkRxPlayerBranch(branchName) {

// TODO: fallback on some URL or allow providing repo url in argument?
const url = await execCommandAndGetFirstOutput("git config --get remote.origin.url");
console.warn("!!!!!", url);
await spawnProc(
`git clone -b ${branchName} ${url} ${innerNodeModulesPath}`,
`git clone -b ${branchName} ${url} ${rxPlayerPath}`,
[],
(code) => new Error(`npm install exited with code ${code}`),
).promise;
Expand Down

0 comments on commit d32c325

Please sign in to comment.