Skip to content

Commit d68bd54

Browse files
committed
Convert cleanup-worktree.sh to TypeScript with port killing and verification checks
1 parent 24423bf commit d68bd54

File tree

3 files changed

+431
-79
lines changed

3 files changed

+431
-79
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typecheck": "bun --filter='*' run typecheck && echo '✅ All type checks passed!'",
3232
"test": "bun --filter='{@codebuff/backend,@codebuff/common,@codebuff/npm-app,@codebuff/agents}' run test",
3333
"init-worktree": "bun scripts/init-worktree.ts",
34-
"cleanup-worktree": "bash scripts/cleanup-worktree.sh",
34+
"cleanup-worktree": "bun scripts/cleanup-worktree.ts",
3535
"generate-tool-definitions": "bun scripts/generate-tool-definitions.ts"
3636
},
3737
"dependencies": {

scripts/cleanup-worktree.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)