Skip to content

Commit 51f9240

Browse files
committed
upgrade
1 parent 92f2918 commit 51f9240

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
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "1.9.3",
4+
"version": "1.9.4",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [
@@ -56,7 +56,8 @@
5656
"clean": "node cleanup.cjs",
5757
"build": "npm run clean && vite build --mode production && node copy-types.cjs && npm i",
5858
"preview": "vite preview",
59-
"test": "vitest"
59+
"test": "vitest",
60+
"test:e2e": "npx cypress open"
6061
},
6162
"devDependencies": {
6263
"@vitejs/plugin-vue": "^4.2.3",

0 commit comments

Comments
 (0)