Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaifer committed Jan 17, 2023
1 parent 21e3b2e commit d0168cf
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions test/lib/create-next-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,12 @@ async function createNextInstall({
if (process.env.NEXT_TEST_PREFER_OFFLINE === '1') {
args.push('--prefer-offline')
}

await execa(
'pnpm',
args,
{
cwd: installDir,
stdio: ['ignore', 'inherit', 'inherit'],
env: process.env,
}
)

await execa('pnpm', args, {
cwd: installDir,
stdio: ['ignore', 'inherit', 'inherit'],
env: process.env,
})
})
}

Expand Down

0 comments on commit d0168cf

Please sign in to comment.