Skip to content

Commit 5f95620

Browse files
committed
chore: Added dev command
1 parent 149cfa8 commit 5f95620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"build": "tsc",
9+
"dev": "tsc --watch",
910
"prepublishOnly": "pnpm run build",
1011
"example": "http-server ."
1112
},

0 commit comments

Comments
 (0)