diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 0815802..b7c92de 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -17,6 +17,11 @@ foreach ( $arg in $args ) #region Regular Build +if ($Host.UI.SupportsVirtualTerminal) +{ + cls +} + write-host "Building project`n" $path_root = git rev-parse --show-toplevel