Skip to content

Commit b556e5e

Browse files
committed
feat: add build:watch script to enable watch mode for builds
1 parent aa9b55f commit b556e5e

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
@@ -22,7 +22,8 @@
2222
"start": "node --env-file=.env ./dist/index.js",
2323
"type-check": "tsc --noEmit",
2424
"build": "run-p type-check \"build-only {@}\" --",
25-
"build-only": "tsdown"
25+
"build-only": "tsdown",
26+
"build:watch": "tsdown --watch"
2627
},
2728
"simple-git-hooks": {
2829
"pre-commit": "npx lint-staged"

0 commit comments

Comments
 (0)