Skip to content

Commit

Permalink
Show build output during release script (#4921)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored May 18, 2021
1 parent 4409c7e commit a285f37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export async function reinstallDeps() {
export async function buildPackages() {
const spinner = ora(' Building Packages').start();
await spawn('yarn', ['build:release'], {
cwd: root
cwd: root,
stdio: 'inherit'
});
spinner.stopAndPersist({
symbol: '✅'
Expand Down

0 comments on commit a285f37

Please sign in to comment.