@yuntijs/ui 2.0.0-beta.6 → 2.0.0-beta.7

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 (2) hide show
  1. package/package.json +2 -2
  2. package/umd/mdxeditor.css +2280 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuntijs/ui",
3
- "version": "2.0.0-beta.6",
3
+ "version": "2.0.0-beta.7",
4
4
  "description": "☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps",
5
5
  "keywords": [
6
6
  "yuntijs",
@@ -27,7 +27,7 @@
27
27
  "umd"
28
28
  ],
29
29
  "scripts": {
30
- "build": "father build",
30
+ "build": "father build && node scripts/copy-css.js",
31
31
  "ci": "npm run lint && npm run type-check",
32
32
  "clean": "rm -r es umd lib dist coverage .dumi/tmp .eslintcache node_modules/.cache",
33
33
  "dev": "dumi dev",