put back build:bun

This commit is contained in:
einhornimmond 2025-05-04 06:50:03 +02:00
parent d8a6f1529b
commit 273a0209da

View File

@ -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"