Skip to content

Commit af94206

Browse files
Boshenclaude
andcommitted
pass all env variables to pnpm install
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 145f18e commit af94206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/override-rolldown.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ function installDependencies() {
115115
execSync("pnpm install --no-frozen-lockfile", {
116116
stdio: "inherit",
117117
cwd: process.cwd(),
118+
env: process.env,
118119
});
119120
console.log("✅ Dependencies installed successfully");
120121
return true;

0 commit comments

Comments
 (0)