Skip to content

Commit 8b091d7

Browse files
committed
add package.json script
1 parent b26a005 commit 8b091d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build": "tsc && esbuild ./src/index.ts --bundle --external:vue --outfile=./dist/index.mjs --format=esm",
8+
"test-ui": "vitest --ui",
89
"test": "vitest run"
910
},
1011
"main": "./dist/index.mjs",

0 commit comments

Comments
 (0)