Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Always download artifact from correct url #21

Merged
merged 4 commits into from
Nov 27, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: print information during postinstall hook
to help with debugging. This commit will be reverted
  • Loading branch information
EricCrosson committed Nov 27, 2021
commit cf0984d2620f83ff35d0be8fdc6f42971126ca51
1 change: 1 addition & 0 deletions npm/get-binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const getBinary = () => {
const platform = binPathForCurrentPlatform()
const url = `${repository.url}/releases/download/v${version}/typescript-tools-${platform}.tar.gz`
const binaryName = 'monorepo'
console.log('Binary url', url)
return new Binary(binaryName, url)
}

Expand Down