mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
refactor: remove non-allinone build scripts and fix npm publish build command
Remove build:cli:exe and build:cli:exe:all scripts since building executables without web assets serves no practical purpose. Update npm publish script to use build:single-exe:all which includes embedded web assets in published packages.
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
"dev": "concurrently \"bun run dev:server\" \"bun run dev:web\" --kill-others-on-exit",
|
||||
"build": "bun run build:cli && bun run build:server && bun run build:web",
|
||||
"build:cli": "cd cli && bun run build",
|
||||
"build:cli:exe": "cd cli && bun run build:exe",
|
||||
"build:cli:exe:all": "cd cli && bun run build:exe:all",
|
||||
"build:single-exe": "bun run build:web && (cd server && bun run generate:embedded-web-assets) && (cd cli && bun run build:exe:allinone)",
|
||||
"build:single-exe:all": "bun run build:web && (cd server && bun run generate:embedded-web-assets) && (cd cli && bun run build:exe:allinone:all)",
|
||||
"build:server": "cd server && bun run build",
|
||||
|
||||
Reference in New Issue
Block a user