Skip to content

Commit

Permalink
fix: execute the tools in the current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Apr 29, 2020
1 parent 65bb8aa commit 7e05f84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ exports.bin = (cmd, { args, opts }, callback) => {
return handleRun(
spawn.sync(binCmd, args, {
stdio: 'inherit',
cwd: PACKAGE_ROOT,
...opts,
}),
callback
Expand Down

0 comments on commit 7e05f84

Please sign in to comment.