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.
2 parents bbf63e8 + f658549 commit 2b6f5b2Copy full SHA for 2b6f5b2
scripts/deploy.ps1
@@ -99,7 +99,7 @@ if ($Versions) {
99
ThrowIfEmpty $Env:WHATS_NEW_URL 'WHATS_NEW_URL env var must be set when specifying versions'
100
}
101
102
-Process-Changelogs -VersionsToBuild $Versions
+Process-Changelogs -WhatsNewVersions $Versions
103
104
Write-Host 'Installing JS dependencies (npm ci)...' -ForegroundColor Cyan
105
$env:NODE_OPTIONS = '--max-old-space-size=8192'
0 commit comments