Skip to content

Commit 8fd5498

Browse files
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

8 files changed

+675
-254
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
/coverage
2+
/data
13
CHANGELOG.md
24
LICENSE
3-
data/
4-
*.png
5+
*.png

packages/cli/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/coverage
12
CHANGELOG.md
23
LICENSE
34
*.png

packages/socket/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/coverage
2+
CHANGELOG.md
3+
LICENSE
4+
*.png

0 commit comments

Comments
 (0)