✨ Enhance build scripts and add new feature flags in bun-bundle
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
"claude": "src/entrypoints/cli.tsx"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "bun scripts/build-bundle.ts",
|
||||
"build:watch": "bun scripts/build-bundle.ts --watch",
|
||||
"build:prod": "bun scripts/build-bundle.ts --minify",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "biome check src/",
|
||||
"lint:fix": "biome check --write src/",
|
||||
@@ -65,6 +68,7 @@
|
||||
"@types/semver": "^7.5.8",
|
||||
"@types/stack-utils": "^2.0.3",
|
||||
"@types/ws": "^8.5.0",
|
||||
"esbuild": "^0.25.0",
|
||||
"typescript": "^5.7.0"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user