Skip to content

Commit 82c6a33

Browse files
committed
Update package.json
add dev script
1 parent 0808766 commit 82c6a33

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
"types": "./dist/index.d.ts",
77
"type": "module",
88
"scripts": {
9-
"build": "tsup"
9+
"build": "tsup",
10+
"dev": "tsup --watch"
1011
},
1112
"files": [
1213
"dist",

0 commit comments

Comments
 (0)