We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5e780 commit 4802725Copy full SHA for 4802725
package.json
@@ -36,9 +36,10 @@
36
"dist"
37
],
38
"scripts": {
39
- "build": "tsup --onSuccess \"pnpm build:dts\"",
+ "build": "tsdown",
40
"build:dts": "vue-tsc --declaration --emitDeclarationOnly",
41
- "dev": "tsup --watch --onSuccess \"pnpm build:dts && pnpm --filter website dev\"",
+ "dev:lib": "tsdown --watch ./src/index.ts",
42
+ "dev:site": "pnpm --filter website dev",
43
"lint": "eslint .",
44
"lint:fix": "eslint . --fix",
45
"generate:release": "pnpx changelogen@latest --release && npm publish",
0 commit comments