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

Commit cf0984d

Browse files
committed
fix: print information during postinstall hook
to help with debugging. This commit will be reverted
1 parent ae0bd52 commit cf0984d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm/get-binary.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const getBinary = () => {
2020
const platform = binPathForCurrentPlatform()
2121
const url = `${repository.url}/releases/download/v${version}/typescript-tools-${platform}.tar.gz`
2222
const binaryName = 'monorepo'
23+
console.log('Binary url', url)
2324
return new Binary(binaryName, url)
2425
}
2526

0 commit comments

Comments
 (0)