Skip to content

Commit

Permalink
Pipe npx remix reveal output to clack.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Nov 15, 2023
1 parent 177ab2b commit a184b9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/remix/sdk-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ export function runRemixReveal(isTS: boolean): void {
)}...`,
);

childProcess.execSync(REMIX_REVEAL_COMMAND, {
stdio: 'inherit',
});
clack.log.info(childProcess.execSync(REMIX_REVEAL_COMMAND).toString());
}
}

Expand Down

0 comments on commit a184b9f

Please sign in to comment.