download script from pnpm.io

This commit is contained in:
Zoltan Kochan 2022-02-08 00:39:20 +02:00
parent e6378df420
commit eafb777c56
No known key found for this signature in database
GPG Key ID: 649E4D4AF74E7DEC
2 changed files with 1 additions and 1 deletions

BIN
dist/index.js vendored

Binary file not shown.

View File

@ -20,7 +20,7 @@ export async function runSelfInstaller(inputs: Inputs): Promise<number> {
stdio: ['pipe', 'inherit', 'inherit'], stdio: ['pipe', 'inherit', 'inherit'],
}) })
const response = await fetch('https://pnpm.js.org/pnpm.js') const response = await fetch('https://pnpm.io/pnpm.js')
response.body.pipe(cp.stdin) response.body.pipe(cp.stdin)
const exitCode = await new Promise<number>((resolve, reject) => { const exitCode = await new Promise<number>((resolve, reject) => {