ci(wrapper): changes to clean the publish folder
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user