From cbb3557b265a3014d95e63d8a9101993a82d331b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 07:30:05 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/bun-release/scripts/upload-npm.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bun-release/scripts/upload-npm.ts b/packages/bun-release/scripts/upload-npm.ts index d02a5b1783..80ecbdad33 100644 --- a/packages/bun-release/scripts/upload-npm.ts +++ b/packages/bun-release/scripts/upload-npm.ts @@ -71,7 +71,7 @@ async function buildRootModule(dryRun?: boolean) { js: "// Source code: https://github.com/oven-sh/bun/blob/main/packages/bun-release/scripts/npm-postinstall.ts", }, }); - write( + (write( join(cwd, "bin", "bun.exe"), `#!/bin/sh @@ -116,7 +116,7 @@ be executing a copy of Node.js every time! Unfortunately, it is not possible to fix all cases on all platforms without *requiring* a postinstall script. `, - ); + )); const os = [...new Set(platforms.map(({ os }) => os))]; const cpu = [...new Set(platforms.map(({ arch }) => arch))]; writeJson(join(cwd, "package.json"), {