Skip to content

Commit f09ad96

Browse files
committed
docs: update build documentation and gitignore
- Update yao-pkg-build.md plan - Update CI testing guide - Add build/ to gitignore
1 parent 8e2917d commit f09ad96

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
._.DS_Store
33
Thumbs.db
44
/.claude
5-
/.custom-node-build
65
/.env
76
/.nvm
87
/.rollup.cache
@@ -24,11 +23,6 @@ Thumbs.db
2423
/yarn.lock
2524

2625
!/.vscode/extensions.json
27-
pkg-binaries/
2826

29-
# pkg/yao-pkg built binaries
30-
/socket
31-
/socket-*
32-
33-
# Build directory for temporary artifacts
27+
# Build directory for all build artifacts
3428
/build

docs/guides/dev/ci-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ pnpm run s
218218
**Problem**: Coverage reports show gaps
219219

220220
**Solution**:
221-
1. Run `pnpm coverage` locally
221+
1. Run `pnpm cover` locally
222222
2. Review untested code paths
223223
3. Add tests for edge cases
224224

docs/plans/yao-pkg-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,4 +753,4 @@ Socket CLI supports both pkg (yao-pkg) and SEA (Single Executable Application):
753753
- `docs/YAO_PKG_CI_SETUP.md` - CI setup for yao-pkg builds
754754
- `docs/BOOTSTRAP_EXECUTABLE.md` - Bootstrap launcher architecture
755755
- `scripts/build-yao-pkg-node.mjs` - Node.js build script
756-
- `scripts/check-build-deps.mjs` - Dependency verification script
756+
- `scripts/build/check-build-deps.mjs` - Dependency verification script

0 commit comments

Comments
 (0)