Skip to content

Commit 1ce5616

Browse files
committed
chore: fix test output in publish script
1 parent 1a1012b commit 1ce5616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ async function run() {
369369
}
370370

371371
console.info('Testing packages...')
372-
execSync(`pnpm run test:ci`, { encoding: 'utf8' })
372+
execSync(`pnpm run test:ci`, { encoding: 'utf8', stdio: 'inherit' })
373373
console.info('')
374374

375375
console.info('Building packages...')

0 commit comments

Comments
 (0)