We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825ce2f commit 9fb69b9Copy full SHA for 9fb69b9
scripts/copy-typescript-sdk-models.ps1
@@ -23,7 +23,8 @@ foreach ($directory in $packagesDirectories) {
23
Invoke-Expression "$PSScriptRoot\fix-typescript-fluent-packages-imports.ps1 -targetDirectory $($directory.FullName) -packageName $packageName"
24
}
25
else {
26
- Write-Host "Skipping the fluent API segment: $fluentAPISegmentName as it does not exist in the generated models" -ForegroundColor Yellow
+ Remove-Item $directory.FullName -Force -Recurse -ErrorAction SilentlyContinue
27
+ Write-Host "Removing folder for the fluent API segment: $fluentAPISegmentName as it does not exist in the generated models" -ForegroundColor Yellow
28
29
30
0 commit comments