We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26a005 commit 8b091d7Copy full SHA for 8b091d7
package.json
@@ -5,6 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"build": "tsc && esbuild ./src/index.ts --bundle --external:vue --outfile=./dist/index.mjs --format=esm",
8
+ "test-ui": "vitest --ui",
9
"test": "vitest run"
10
},
11
"main": "./dist/index.mjs",
0 commit comments