Skip to content

Commit 27178f3

Browse files
feat(Icon): upgrade cdn-iconfont to 0.4.0 (#3914)
* feat(Icon): upgrade cdn-iconfont to 0.4.0 * chore: update snapshot * fix(deps): update icon view * chore: fix site * chore: fix site * chore: fix site --------- Co-authored-by: 黎伟杰 <[email protected]>
1 parent 75d8bf4 commit 27178f3

File tree

9 files changed

+2201
-2098
lines changed

9 files changed

+2201
-2098
lines changed

.github/workflows/preview-site-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- run: pnpm install
3030

31-
- run: pnpm -C packages/tdesign-miniprogram/site run site:intranet
31+
- run: pnpm -C packages/tdesign-miniprogram/site run site:preview
3232

3333
- uses: actions/upload-artifact@v4
3434
with:
@@ -51,7 +51,7 @@ jobs:
5151

5252
- run: pnpm install
5353

54-
- run: pnpm -C packages/tdesign-miniprogram-chat/site run site:intranet
54+
- run: pnpm -C packages/tdesign-miniprogram-chat/site run site:preview
5555

5656
- uses: actions/upload-artifact@v4
5757
with:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"prettier": "^2.0.5",
102102
"standard-changelog": "^2.0.27",
103103
"stylelint": "^13.13.1",
104-
"tdesign-icons-view": "^0.3.7",
105104
"tdesign-publish-cli": "^0.0.12",
106105
"tdesign-theme-generator": "^1.1.0",
107106
"tinycolor2": "^1.4.2",
@@ -121,4 +120,4 @@
121120
"eslint --fix"
122121
]
123122
}
124-
}
123+
}

0 commit comments

Comments
 (0)