Skip to content

Commit

Permalink
revert npm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mbtools authored Nov 3, 2024
1 parent a3bef42 commit f33f8a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/util/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = (npmBin, npmCommand, cwd, env, extra) => {
const isJS = npmBin.endsWith('.js')
const cmd = isJS ? process.execPath : npmBin
const args = (isJS ? [npmBin] : []).concat(npmCommand)

// when installing to run the `prepare` script for a git dep, we need
// to ensure that we don't run into a cycle of checking out packages
// in temp directories. this lets us link previously-seen repos that
Expand Down

0 comments on commit f33f8a4

Please sign in to comment.