Commit f3fe07b
committed
refactor(scripts): remove duplicate and orphaned script files
Remove 5 duplicate/orphaned scripts with redundant or unused functionality:
- test-affected.mjs (322 lines) - functionality in test.mjs
- lint-affected.mjs (419 lines) - 90% duplicate of lint.mjs
- test-ci.mjs (50 lines) - superseded by 'pnpm run test --all'
- test-wrapper.mjs (67 lines) - never used
- clean-test-cache.mjs - never called
Total: ~858 lines removed
Verification:
- No references in package.json scripts
- No references in GitHub workflows
- No references in other Socket repos (cli, lib, sdk, packageurl)
- All functionality preserved in main scripts
- All tests pass after removal1 parent 0d85f05 commit f3fe07b
File tree
5 files changed
+0
-924
lines changed- scripts
5 files changed
+0
-924
lines changedThis file was deleted.
0 commit comments