Skip to content

Commit 9d5b6b2

Browse files
committed
print console output?
1 parent 88f9473 commit 9d5b6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/lib/install.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ async function runAddon(
6868
const { args, command } = resolveCommand(workspace.packageManager, 'execute', script.args)!;
6969
if (workspace.packageManager === 'npm') args.unshift('--yes');
7070
await exec(command, args, {
71-
nodeOptions: { cwd: workspace.cwd, stdio: 'pipe' },
71+
nodeOptions: { cwd: workspace.cwd, stdio: 'inherit' },
7272
throwOnError: true
7373
});
7474
} catch (error) {

0 commit comments

Comments
 (0)