Skip to content

Commit a285f37

Browse files
authored
Show build output during release script (#4921)
1 parent 4409c7e commit a285f37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/release/utils/yarn.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export async function reinstallDeps() {
3232
export async function buildPackages() {
3333
const spinner = ora(' Building Packages').start();
3434
await spawn('yarn', ['build:release'], {
35-
cwd: root
35+
cwd: root,
36+
stdio: 'inherit'
3637
});
3738
spinner.stopAndPersist({
3839
symbol: '✅'

0 commit comments

Comments
 (0)