diff --git a/template/build.ps1 b/template/build.ps1 index 6db90a0..7855c77 100644 --- a/template/build.ps1 +++ b/template/build.ps1 @@ -19,7 +19,7 @@ if ($clean.IsPresent) { if (Test-Path -Path "build") { - remove-item build -R + remove-item build -R -Force } }