Skip to content

Commit

Permalink
Set PNPM_HOME environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Nov 14, 2023
1 parent ee9a882 commit 911ab42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ beforeAll(
(command) =>
execaCommand(command, {
cwd: `${fixturesTempDir}/${dirName}`,
env: {
PNPM_HOME: '/usr/local/bin',
},
}),
{ concurrency: 1 },
);
Expand Down

0 comments on commit 911ab42

Please sign in to comment.