添加打包前置脚本 (#112)

This commit is contained in:
ajaxzheng 2023-04-07 00:39:05 -07:00 committed by GitHub
parent 2379ee144c
commit b393bc42d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"create:mapping": "pnpm -C internals/cli create:mapping",
"sync-icons": "pnpm -C internals/cli sync-icons",
"build:runtime": "pnpm -C internals/cli build:runtime",
"build:ui": "pnpm -C internals/cli build:ui",
"build:ui": "pnpm create:mapping && pnpm build:entry && pnpm -C internals/cli build:ui",
"build:renderless": "pnpm -C packages/renderless build",
"build:theme": "pnpm -C packages/theme build",
"build:themeMobile": "pnpm -C packages/theme-mobile build",