Skip to content

Commit

Permalink
update registry to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Lee (POWERSHELL HE/HIM) (from Dev Box) committed Aug 30, 2024
1 parent 5973861 commit a01ba06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tree-sitter-dscexpression/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if ($null -eq (Get-Command npm -ErrorAction Ignore)) {
}
}

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

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

Invoke-NativeCommand 'npx node-gyp configure'
Expand Down

0 comments on commit a01ba06

Please sign in to comment.