bkui-vue 0.0.2-beta.103 → 0.0.2-beta.104

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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.2-beta.103",
3
+ "version": "0.0.2-beta.104",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",
@@ -21,7 +21,8 @@
21
21
  "unsafe-perm": true
22
22
  },
23
23
  "scripts": {
24
- "prepublishOnly": "npm run build",
24
+ "prepublishOnly": "npm run build && node scripts/pre-publish.js",
25
+ "postpublish": "node scripts/post-publish.js",
25
26
  "prepare": "husky install",
26
27
  "dev": "vite serve site --force",
27
28
  "build": "run-s build:dist build:lib",
@@ -160,4 +161,4 @@
160
161
  "tinycolor2": "~1.6.0",
161
162
  "vue-types": "~4.1.1"
162
163
  }
163
- }
164
+ }