diff --git a/utils/index.js b/utils/index.js index a3de77c687..fa8d8046f0 100644 --- a/utils/index.js +++ b/utils/index.js @@ -122,6 +122,7 @@ function runCommand(cmd, args, options) { { cwd: process.cwd(), stdio: 'inherit', + shell: true, }, options )