Skip to content

Commit

Permalink
log version
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Aug 30, 2024
1 parent c17046e commit 2b39b16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions __e2e__/root.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ beforeAll(() => {
});
console.log(linkPackagesOutput.stdout);

const yarnVersionOutput = spawnScript('yarn', ['--version'], {
cwd: path.dirname(__dirname),
});
console.log(yarnVersionOutput.stdout);

const linkingOutput = spawnScript(
'yarn',
['link', path.dirname(__dirname), '--all'],
Expand Down

0 comments on commit 2b39b16

Please sign in to comment.