Commit 8fd5498
committed
feat: add comprehensive build script for socket package
Create new build.mjs that:
- Builds bootstrap files for SEA and smol binaries
- Copies LICENSE, CHANGELOG.md, and logo images from repo root
- Updates package.json files array to include copied assets
- Replaces build-bootstrap.mjs with unified build approach
This ensures the socket package includes all necessary assets for distribution.1 parent e268603 commit 8fd5498
File tree
8 files changed
+675
-254
lines changed- packages
- cli-with-sentry
- cli
- socket
- dist
- scripts
8 files changed
+675
-254
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | | - | |
4 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments