Skip to content

Commit 3c7e3aa

Browse files
committed
v2.3.2
1 parent f40215c commit 3c7e3aa

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": "2.3.1",
4+
"version": "2.3.2",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [
@@ -85,7 +85,8 @@
8585
"test": "vitest --run",
8686
"test:w": "vitest --watch",
8787
"test:e2e": "npx cypress open",
88-
"simple-build": "npm run clean && vite build --mode production && node copy-types.cjs"
88+
"simple-build": "npm run clean && vite build --mode production && node copy-types.cjs",
89+
"preprod": "node del-dev-dep.cjs && npm run clean && vite build --mode production && node copy-types.cjs && node copy-docs.cjs"
8990
},
9091
"devDependencies": {
9192
"@vitejs/plugin-vue": "^5.1.4",

0 commit comments

Comments
 (0)