Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 17, 2024
1 parent 7a16090 commit bf9da99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ async function main([command, ...argv]) {
process.exit(1)
}

// Only a few environment variables are exposed to install/postinstall
// scripts when installing dependencies from NPM.
const strictEnv = pick(process.env, [
'PATH',
'TMPDIR',
Expand Down

0 comments on commit bf9da99

Please sign in to comment.