File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 22._.DS_Store
33Thumbs.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
Original file line number Diff line number Diff 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
2222222. Review untested code paths
2232233. Add tests for edge cases
224224
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments