Skip to content

Commit ba2c04d

Browse files
committed
chore: tsdown only watch scr
1 parent 82e74d4 commit ba2c04d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"node": "^18.18.0 || >=20.0.0"
3535
},
3636
"scripts": {
37-
"dev:tsdown": "tsdown --watch",
37+
"dev:tsdown": "tsdown --watch src",
3838
"dev:inspector": "eslint-config-inspector --config ./playground/eslint-inspector.config.ts --basePath playground",
3939
"build": "pnpm build:typegen && pnpm build:tsc && pnpm build:tsdown",
4040
"build:tsdown": "tsdown",

0 commit comments

Comments
 (0)