diff --git a/README.md b/README.md index d2df132..994a8f8 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,9 @@ A cross-platform chat application based on Vue 3 and UniApp. 3. 打包构建 (Build for Production): ```bash + # 测试构建 pnpm run build:h5:test - ``` + # 生产构建 pnpm run build:h5:prod ```