Skip to content

Commit

Permalink
fix: add missed preferLocal option for execa call (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 28, 2022
1 parent 43b15c9 commit c817a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = async (npmrc, {tarballDir, pkgRoot}, {cwd, env, stdout, stderr,
{
cwd: basePath,
env,
preferLocal: true,
}
);
versionResult.stdout.pipe(stdout, {end: false});
Expand Down

0 comments on commit c817a88

Please sign in to comment.