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 4409c7e commit a285f37Copy full SHA for a285f37
scripts/release/utils/yarn.ts
@@ -32,7 +32,8 @@ export async function reinstallDeps() {
32
export async function buildPackages() {
33
const spinner = ora(' Building Packages').start();
34
await spawn('yarn', ['build:release'], {
35
- cwd: root
+ cwd: root,
36
+ stdio: 'inherit'
37
});
38
spinner.stopAndPersist({
39
symbol: '✅'
0 commit comments