File tree 2 files changed +6
-2
lines changed
packages/vue/src/year-table
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
description : |
9
9
输入需要打包的组件名称,多个以空格分隔,
10
10
例如: `input alert`.
11
- required : true
11
+ required : false
12
12
type : string
13
13
concurrency :
14
14
group : ${{ github.workflow }}-${{ github.sha }}
49
49
run : pnpm i --no-frozen-lockfile
50
50
51
51
- name : Run Build Components
52
+ if : inputs.components != ''
52
53
run : pnpm build:ui ${{ inputs.components }}
53
54
55
+ - name : Run Build All Components
56
+ if : inputs.components == ''
57
+ run : pnpm build:ui
58
+
54
59
- name : Run Release alpha
55
60
run : pnpm release:alpha -u
56
61
Original file line number Diff line number Diff line change 12
12
"//postversion" : " pnpm build"
13
13
},
14
14
"dependencies" : {
15
- "@opentiny/utils" : " workspace:~" ,
16
15
"@opentiny/vue-common" : " workspace:~" ,
17
16
"@opentiny/vue-renderless" : " workspace:~" ,
18
17
"@opentiny/vue-theme" : " workspace:~"
You can’t perform that action at this time.
0 commit comments