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 544534f commit a93e9ebCopy full SHA for a93e9eb
eng/common/scripts/TypeSpec-Project-Generate.ps1
@@ -53,13 +53,6 @@ function NpmInstallForProject([string]$workingDirectory) {
53
Copy-Item -Path $emitterPackageLock -Destination "package-lock.json" -Force
54
}
55
56
- $useAlphaNpmRegistry = (Get-Content $replacementPackageJson -Raw).Contains("-alpha.")
57
-
58
- if($useAlphaNpmRegistry) {
59
- Write-Host "Package.json contains '-alpha.' in the version, Creating .npmrc using public/azure-sdk-for-js-test-autorest feed."
60
- "registry=https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js-test-autorest@local/npm/registry/ `n`nalways-auth=true" | Out-File '.npmrc'
61
- }
62
63
if ($usingLockFile) {
64
Invoke-LoggedCommand "npm ci"
65
0 commit comments