Skip to content

Commit 9ea5c88

Browse files
committed
chore: add test
1 parent bf36f50 commit 9ea5c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"type": "module",
77
"scripts": {
88
"dev": "tsx watch server.ts",
9-
"start": "tsx server.ts"
9+
"start": "tsx server.ts",
10+
"test": "tsc --noEmit"
1011
},
1112
"keywords": [],
1213
"author": "",

0 commit comments

Comments
 (0)