File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tree-sitter-dscexpression Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5454Invoke-NativeCommand ' npx node-gyp configure'
You can’t perform that action at this time.
0 commit comments