Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Sep 6, 2024
1 parent af36ea1 commit 773ffad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Coalesce.Vue.Template/TestLocal.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ foreach ($testCase in $testCases) {
Write-Output (!$testCase ? "<no options enabled>" : $testCase);
Write-Output ""

Remove-Item $dir/Test.Template.Instance/* -Recurse -ErrorAction SilentlyContinue
Remove-Item $dir/Test.Template.Instance/* -Recurse -Force -ErrorAction SilentlyContinue
Invoke-Expression "dotnet new coalescevue -o $dir/Test.Template.Instance $testcase"

Push-Location $dir/Test.Template.Instance/*.Web
Expand Down

0 comments on commit 773ffad

Please sign in to comment.