File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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" : [
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" ,
You can’t perform that action at this time.
0 commit comments