Skip to content

Commit e15852c

Browse files
nitsanavniclaude
andcommitted
refactor: remove test:watch script from package.json
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 46e46cf commit e15852c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

typescript/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"type": "module",
44
"private": true,
55
"scripts": {
6-
"test": "bun test",
7-
"test:watch": "bun test --watch"
6+
"test": "bun test"
87
},
98
"devDependencies": {
109
"@types/bun": "latest"

0 commit comments

Comments
 (0)