Skip to content

Commit 07e874e

Browse files
committed
modified: package.json
1 parent 7a6fee9 commit 07e874e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"lint": "eslint .",
77
"lint:fix": "eslint . --fix",
8-
"build": "tsc --emitDeclarationOnly && bun build ./index.ts --external vue --outdir ."
8+
"build": "tsc --emitDeclarationOnly && bun build ./index.ts --minify --external vue --outdir ."
99
},
1010
"dependencies": {
1111
"@vueuse/core": "13.0.0",

0 commit comments

Comments
 (0)