前端项目打包
buildFrontendPackage frontend projects (Vue, React) via npm into a dated zip with SVN revision. Supports standalone builds or CI/CD steps.
Instructions
对前端项目进行npm打包,支持Vue/React等框架。打包结果为带有日期和SVN版本号的zip压缩包。
使用场景:
单独对前端项目进行打包
在CI/CD流程中分步执行
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision | Yes | SVN版本号 | |
| projectName | Yes | 项目名称 | |
| projectRoot | Yes | 本地工程的根路径 |