File tree 1 file changed +2
-2
lines changed
tree-sitter-dscexpression
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)) {
29
29
}
30
30
}
31
31
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/
33
33
34
34
# npm list tree-sitter-cli
35
35
# if ($LASTEXITCODE -ne 0) {
@@ -48,7 +48,7 @@ if ($UpdatePackages) {
48
48
npm cache clean -- force
49
49
# npm logout
50
50
# 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/
52
52
}
53
53
54
54
Invoke-NativeCommand ' npx node-gyp configure'
You can’t perform that action at this time.
0 commit comments