We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30edeea commit 6649660Copy full SHA for 6649660
bin/cli.js
@@ -13,7 +13,7 @@ program
13
.parse(process.argv);
14
15
if (program.args.length > 0) {
16
- spawn(build(program.args[0]), { shell: true, stdio: 'inherit' });
+ build(program.args[0]);
17
} else if (program.args.length < 1) {
18
console.log(chalk.red('Please supply a name for your new React XP app.'));
19
}
0 commit comments