Skip to content

Commit

Permalink
rm shell option for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Nov 26, 2019
1 parent e851846 commit 61d9928
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/generator-helper/src/GeneratorProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class GeneratorProcess {
isBinary ? [] : ['--max-old-space-size=8096', this.executablePath],
{
stdio: ['pipe', 'inherit', 'pipe'],
shell: true,
// shell: true,
},
)

Expand Down
2 changes: 1 addition & 1 deletion cli/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/introspection",
"version": "0.0.138",
"version": "0.0.139",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/prisma2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma2",
"version": "2.0.0-preview017",
"version": "2.0.0-alpha.353",
"main": "build/index.js",
"repository": "git@github.com:prisma/prisma2-cli.git",
"author": "Tim Suchanek <suchanek@prisma.io>",
Expand Down
2 changes: 1 addition & 1 deletion cli/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/sdk",
"version": "0.0.61",
"version": "0.0.62",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma2.git",
Expand Down

0 comments on commit 61d9928

Please sign in to comment.