From 273a0209da0e055baa0e137d20f5b09666ba85f0 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sun, 4 May 2025 06:50:03 +0200 Subject: [PATCH] put back build:bun --- config-schema/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config-schema/package.json b/config-schema/package.json index f3ceed498..534c91b9a 100644 --- a/config-schema/package.json +++ b/config-schema/package.json @@ -17,6 +17,7 @@ "private": true, "scripts": { "build": "esbuild src/index.ts --outdir=build --platform=node --target=node18.20.7 --bundle --packages=external", + "build:bun": "bun build src/index.ts --outdir=build --target=bun --packages=external", "typecheck": "tsc --noEmit", "lint": "biome check --error-on-warnings .", "lint:fix": "biome check --error-on-warnings . --write"