Skip to content

Commit 204fb2a

Browse files
committed
Add npm watch script
1 parent 634adf3 commit 204fb2a

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
@@ -23,6 +23,7 @@
2323
],
2424
"scripts": {
2525
"lint": "eslint . --ext js,ts --ignore-path .gitignore",
26+
"dev": "tsdown --watch",
2627
"build": "tsdown",
2728
"prepare": "is-ci || husky install"
2829
},

0 commit comments

Comments
 (0)