You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VitePress ignores the vite.clearScreen: false option - running vitepress build will clear the screen regardless.
This is causing issues in our turbo build monorepo - when building several packages at once, VitePress's clear screen clears the log output for packages that were built before it.
Describe the bug
VitePress ignores the
vite.clearScreen: false
option - runningvitepress build
will clear the screen regardless.This is causing issues in our turbo build monorepo - when building several packages at once, VitePress's clear screen clears the log output for packages that were built before it.
Reproduction
https://stackblitz.com/edit/vite-dtu41vnr?file=package.json
npx vitepress build docs
Expected behavior
Screen should not be cleared if vite.clearScreen:false is set
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: