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 0363947 commit 2a37c12Copy full SHA for 2a37c12
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-data-ui",
3
"private": false,
4
- "version": "2.0.24",
+ "version": "2.0.25",
5
"type": "module",
6
"description": "A user-empowering data visualization Vue components library",
7
"keywords": [
@@ -68,7 +68,7 @@
68
"test": "vitest --run",
69
"test:w": "vitest --watch",
70
"test:e2e": "npx cypress open",
71
- "simple-build": "vite build --mode production && node copy-types.cjs"
+ "simple-build": "npm run clean && vite build --mode production && node copy-types.cjs"
72
},
73
"devDependencies": {
74
"@vitejs/plugin-vue": "^4.2.3",
0 commit comments