Skip to content

Commit 86f7f0e

Browse files
authored
fix: fix build:runtime script (#3263)
1 parent afd76e7 commit 86f7f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)