Skip to content

Commit a2b1f5f

Browse files
committed
fix: style
1 parent 9a11337 commit a2b1f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"type": "module",
99
"main": "index.js",
1010
"scripts": {
11+
"build": "tsc",
1112
"dev": "tsx watch server.ts",
12-
"build": "tsc",
1313
"start": "node build/server.js",
1414
"test": "tsc --noEmit"
1515
},

0 commit comments

Comments
 (0)