File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/vue/src/year-table Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 88 description : |
99 输入需要打包的组件名称,多个以空格分隔,
1010 例如: `input alert`.
11- required : true
11+ required : false
1212 type : string
1313concurrency :
1414 group : ${{ github.workflow }}-${{ github.sha }}
4949 run : pnpm i --no-frozen-lockfile
5050
5151 - name : Run Build Components
52+ if : inputs.components != ''
5253 run : pnpm build:ui ${{ inputs.components }}
5354
55+ - name : Run Build All Components
56+ if : inputs.components == ''
57+ run : pnpm build:ui
58+
5459 - name : Run Release alpha
5560 run : pnpm release:alpha -u
5661
Original file line number Diff line number Diff line change 1212 "//postversion" : " pnpm build"
1313 },
1414 "dependencies" : {
15- "@opentiny/utils" : " workspace:~" ,
1615 "@opentiny/vue-common" : " workspace:~" ,
1716 "@opentiny/vue-renderless" : " workspace:~" ,
1817 "@opentiny/vue-theme" : " workspace:~"
You can’t perform that action at this time.
0 commit comments