Skip to content

Commit

Permalink
Make new-app the whole static site
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed Mar 24, 2024
1 parent 3aee4cc commit 15aabda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ try {
$outFolder = New-Item -ItemType Directory -Path $outFolder

Write-Host "Copy react site to build/new-app folder"
Copy-Item -Path "./new-app/out" -Destination "$outFolder" -Recurse -Force | Out-Null
Copy-Item -Path "./new-app/out/*" -Destination "$outFolder" -Recurse -Force | Out-Null
}
finally {
Pop-Location
Expand Down

0 comments on commit 15aabda

Please sign in to comment.