Skip to content

Commit a01ba06

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
update registry to be used
1 parent 5973861 commit a01ba06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree-sitter-dscexpression/build.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if ($null -eq (Get-Command npm -ErrorAction Ignore)) {
2929
}
3030
}
3131

32-
npm install --omit:optional --registry https://pkgs.dev.azure.com/mseng/_packaging/OneESD-DevOps/npm/registry/
32+
npm ci --omit:optional --force --registry https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/npm/registry/
3333

3434
#npm list tree-sitter-cli
3535
#if ($LASTEXITCODE -ne 0) {
@@ -48,7 +48,7 @@ if ($UpdatePackages) {
4848
npm cache clean --force
4949
# npm logout
5050
# vsts-npm-auth -config .npmrc -F -V
51-
npm install --omit:optional --force --verbose #--registry https://pkgs.dev.azure.com/mseng/_packaging/OneESD-DevOps/npm/registry/
51+
npm install --omit:optional --force --verbose #--registry https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/npm/registry/
5252
}
5353

5454
Invoke-NativeCommand 'npx node-gyp configure'

0 commit comments

Comments
 (0)