Skip to content

Commit

Permalink
Merge pull request #2 from gmrchk/dont-use-shell
Browse files Browse the repository at this point in the history
Don't use shell option
  • Loading branch information
gmrchk authored Feb 24, 2022
2 parents 79ff56e + 35b3b6b commit 3297854
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gmrchk/cli-testing-library",
"version": "0.1.1",
"version": "0.1.2",
"description": "Small but powerful library for testing CLI the way it is used by people.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/createExecute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const createExecute =
args,
{
cwd: runFrom ? path.join(base, runFrom) : path.join(base),
shell: true,
}
);

Expand Down

0 comments on commit 3297854

Please sign in to comment.