Skip to content

Commit 8d0d5b7

Browse files
committed
fix deployDocs stdio not showing in console
1 parent 0fa06ba commit 8d0d5b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deployDocs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ const deploy = () =>
2828
'master:gh-pages'
2929
],
3030
{
31-
cwd: './docs/.vuepress/dist'
31+
cwd: './docs/.vuepress/dist',
32+
stdio: 'inherit'
3233
}
3334
)
3435
resolve()

0 commit comments

Comments
 (0)