advance-semi-theme 1.0.1 → 1.0.2

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "advance-semi-theme",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "将 Ant Design Vue / Element Plus 组件一键转换为 Semi Design 视觉风格的主题包",
5
5
  "keywords": [
6
6
  "ant-design-vue",
@@ -50,9 +50,9 @@
50
50
  "README.md"
51
51
  ],
52
52
  "scripts": {
53
- "build": "tsup src/antd/index.ts src/antd/plugin.ts src/element/index.ts src/element/plugin.ts src/core/index.ts --format esm --dts --clean --outDir dist && npm run build:styles",
53
+ "build": "tsup && npm run build:styles",
54
54
  "build:styles": "cp -r src/antd/styles dist/antd/ && cp -r src/element/styles dist/element/ && cp src/core/variables.css dist/core/",
55
- "dev": "tsup src/antd/index.ts src/antd/plugin.ts src/element/index.ts src/element/plugin.ts src/core/index.ts --format esm --dts --watch",
55
+ "dev": "tsup --watch",
56
56
  "playground": "cd playground && pnpm dev",
57
57
  "playground:install": "cd playground && pnpm install"
58
58
  },