Skip to content

Commit 4802725

Browse files
committed
chore(scripts): replace tsup with tsdown
1 parent 9f5e780 commit 4802725

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@
3636
"dist"
3737
],
3838
"scripts": {
39-
"build": "tsup --onSuccess \"pnpm build:dts\"",
39+
"build": "tsdown",
4040
"build:dts": "vue-tsc --declaration --emitDeclarationOnly",
41-
"dev": "tsup --watch --onSuccess \"pnpm build:dts && pnpm --filter website dev\"",
41+
"dev:lib": "tsdown --watch ./src/index.ts",
42+
"dev:site": "pnpm --filter website dev",
4243
"lint": "eslint .",
4344
"lint:fix": "eslint . --fix",
4445
"generate:release": "pnpx changelogen@latest --release && npm publish",

0 commit comments

Comments
 (0)