mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
shell
This commit is contained in:
parent
8dcb9b1f2e
commit
77d9b0fce7
|
|
@ -16,7 +16,7 @@ function execPromise(
|
|||
command: string,
|
||||
options: ExecOptions,
|
||||
): Promise<{exitCode: number; stdout: string; stderr: string}> {
|
||||
options.shell = '/bin/bash';
|
||||
// options.shell = '/bin/bash';
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
exec(command, options, (error, stdout, stderr) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue