We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7f901 commit 52f55f6Copy full SHA for 52f55f6
1 file changed
README.md
@@ -34,6 +34,10 @@ npm run build
34
npm run build -- --scope <package>
35
# 单独构建并监听
36
npm run build -- --scope <package> --watch
37
-# 运行 app 集成版本
38
-npm start app
+# 构建 worker 和 webview 资源并发布 cdn
+node scripts/build-assets
39
+# bundle 成 umd 文件
40
+node scripts/bundle
41
+# 发布,此步骤会自动构建打包,运行测试等,可通过 --no 跳过一些步骤
42
+node scripts/release
43
```
0 commit comments