Skip to content

Commit 52f55f6

Browse files
author
winjo
committed
chore: readme
1 parent 2f7f901 commit 52f55f6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ npm run build
3434
npm run build -- --scope <package>
3535
# 单独构建并监听
3636
npm run build -- --scope <package> --watch
37-
# 运行 app 集成版本
38-
npm start app
37+
# 构建 worker 和 webview 资源并发布 cdn
38+
node scripts/build-assets
39+
# bundle 成 umd 文件
40+
node scripts/bundle
41+
# 发布,此步骤会自动构建打包,运行测试等,可通过 --no 跳过一些步骤
42+
node scripts/release
3943
```

0 commit comments

Comments
 (0)