ci(wrapper): changes to clean the publish folder

This commit is contained in:
2025-07-18 10:28:16 -05:00
parent 528d7af031
commit 5cc1fbe919
3 changed files with 17 additions and 8 deletions

View File

@@ -72,16 +72,18 @@ $tempStageDir = New-Item -ItemType Directory -Path (Join-Path $env:TEMP "lst_sta
# Copy files to organized structure
$filesToCopy = @(
@{ Source = "backend\lst_backend.exe"; Destination = "backend\lst_backend.exe" },
@{ Source = "backend\docs"; Destination = "backend\docs\" },
@{ Source = "backend\frontend"; Destination = "backend\frontend\" },
@{ Source = "LstWrapper\publish"; Destination = "lstwrapper\" },
@{ Source = "frontend\.nitro"; Destination = "frontend\.nitro" },
@{ Source = "frontend\.tanstack"; Destination = "frontend\.tanstack" },
@{ Source = "frontend\.output"; Destination = "frontend\.output" },
@{ Source = "frontend\public"; Destination = "frontend\public" },
#@{ Source = "frontend\.nitro"; Destination = "frontend\.nitro" },
#@{ Source = "frontend\.tanstack"; Destination = "frontend\.tanstack" },
#@{ Source = "frontend\.output"; Destination = "frontend\.output" },
#@{ Source = "frontend\public"; Destination = "frontend\public" },
@{ Source = "package.json"; Destination = "package.json" },
@{ Source = "CHANGELOG.md"; Destination = "CHANGELOG.md" },
@{ Source = "README.md"; Destination = "README.md" },
# scripts to be copied over
@{ Source = "scripts\tmp"; Destination = "scripts\tmp" }
@{ Source = "scripts\tmp"; Destination = "tmp" }
@{ Source = "scripts\iisControls.ps1"; Destination = "scripts\iisControls.ps1" }
# docs
# @{ Source = "lst-docs\build"; Destination = "lst-docs\build" }