Skip to content

Commit

Permalink
fix: nodepack xxxx command not finding local bins
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Sep 30, 2019
1 parent 0da5b76 commit f118592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@nodepack/cli/src/bin/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ function exec (command, args) {
stdio: [process.stdin, process.stdout, process.stderr],
cwd: process.cwd(),
shell: false,
env: process.env,
preferLocal: true,
// We will manually kill all descendents of the process
// See: https://github.com/sindresorhus/execa/issues/96
detached: true,
Expand Down

0 comments on commit f118592

Please sign in to comment.