Skip to content

Commit 9ecf50b

Browse files
committed
build: add dev script in start package
1 parent de05c40 commit 9ecf50b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/start/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "2.0.0-devinxi.0",
44
"type": "module",
55
"scripts": {
6-
"build": "tsc"
6+
"build": "tsc",
7+
"dev": "tsc --watch"
78
},
89
"exports": {
910
".": {

0 commit comments

Comments
 (0)