sun-card-design 1.1.0 → 1.1.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "sun-card-design",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "description": "Vue3 卡片设计组件库,支持 PC 和移动端预览",
6
6
  "keywords": [
@@ -224,7 +224,7 @@
224
224
  "build:lib": "vite build --mode library",
225
225
  "build:pc": "vite build --config vite.pc.config.js",
226
226
  "build:mobile": "vite build --config vite.mobile.config.js",
227
- "build:all": "npm run build && npm run build:pc && npm run build:mobile",
227
+ "build:all": "npm run build:pc && npm run build:mobile",
228
228
  "prepublishOnly": "npm run build:all",
229
229
  "preview": "vite preview"
230
230
  },