@zyzgroup/core-vue 0.0.41 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zyzgroup/core-vue",
3
3
  "private": false,
4
- "version": "0.0.41",
4
+ "version": "0.0.42",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "main": "dist/zyzgroup_core_vue.umd.cjs",
@@ -31,8 +31,9 @@
31
31
  ],
32
32
  "scripts": {
33
33
  "dev": "vite",
34
- "build": "vue-tsc --emitDeclarationOnly && npm run --prefix ../../../vite/ lib -- ../lib/packages/core-vue/vite.config.json && npm run ce",
35
34
  "preview": "vite preview",
35
+ "build": "npm run lib && npm run ce",
36
+ "lib": "vue-tsc --emitDeclarationOnly && npm run --prefix ../../../vite/ lib -- ../lib/packages/core-vue/vite.config.json",
36
37
  "ce": "copy_ce_vue && npm run --prefix ../../../vite/ lib:ce -- ../lib/packages/core-vue/vite.ce.config.json",
37
38
  "copy:components": "copy /src/components/ /dist/ vue",
38
39
  "publishToNpm": "npm run build && update_package_version ./package.json && npm publish --access public"