Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Nov 15, 2024
1 parent f5c73a9 commit 671f841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const fixturesTempDir = '__tests__/fixtures/__temp';
beforeAll(
async () => {
// Pack and install Preflight globally
console.log((await execa`pnpm pack`).stdout);
const pnpmPackTarballPath = (await execa`pnpm pack`).stdout
.split('\n')
.find((line) => line.match(/^preflight-.*\.tgz$/));
Expand Down

0 comments on commit 671f841

Please sign in to comment.