Skip to content

Commit

Permalink
Use npmjs.org (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson authored May 29, 2024
1 parent 28ec901 commit e0a1766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ function Publish-ToGitHub($versionNumber, $commitId, $preRelease, $artifact, $gi
Invoke-RestMethod @params
}

Write-output "### Running npm install"
npm install

Write-output "### Enabling TLS 1.2 support"
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12, [System.Net.SecurityProtocolType]::Tls11, [System.Net.SecurityProtocolType]::Tls

Expand Down
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0a1766

Please sign in to comment.