Skip to content

Commit 2a37c12

Browse files
Alec ProbertAlec Probert
authored andcommitted
cleanup
1 parent 0363947 commit 2a37c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 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": "2.0.24",
4+
"version": "2.0.25",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [
@@ -68,7 +68,7 @@
6868
"test": "vitest --run",
6969
"test:w": "vitest --watch",
7070
"test:e2e": "npx cypress open",
71-
"simple-build": "vite build --mode production && node copy-types.cjs"
71+
"simple-build": "npm run clean && vite build --mode production && node copy-types.cjs"
7272
},
7373
"devDependencies": {
7474
"@vitejs/plugin-vue": "^4.2.3",

0 commit comments

Comments
 (0)