Skip to content

Commit 2e3044c

Browse files
committed
fix: fix build:runtime script
1 parent afd76e7 commit 2e3044c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"sync-icons": "pnpm -C internals/cli sync-icons",
5454
"build:entry-app": "pnpm -C internals/cli build:entry-app",
5555
"// ---------- 打包运行时组件库 ----------": "",
56-
"build:runtime": "pnpm -C internals/cli build:runtime",
56+
"build:runtime": "pnpm create:icon-saas && pnpm -C internals/cli build:runtime",
5757
"// ---------- 构建相关脚本 ----------": "",
5858
"build:ui": "pnpm create:icon-saas && pnpm create:mapping && pnpm build:entry && pnpm -C internals/cli build:ui",
5959
"build:chartTheme": "pnpm -C internals/cli build:chartTheme",

0 commit comments

Comments
 (0)