File tree 8 files changed +0
-32
lines changed
8 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 52
52
"options" : {
53
53
"jestConfig" : " packages/capacitor/jest.config.ts"
54
54
}
55
- },
56
- "publish" : {
57
- "command" : " node tools/scripts/publish.mjs capacitor {args.ver} {args.tag}" ,
58
- "dependsOn" : [" build" ]
59
55
}
60
56
},
61
57
"tags" : []
Original file line number Diff line number Diff line change 47
47
"options" : {
48
48
"jestConfig" : " packages/ionic-angular/jest.config.ts"
49
49
}
50
- },
51
- "publish" : {
52
- "command" : " node tools/scripts/publish.mjs ionic-angular {args.ver} {args.tag}" ,
53
- "dependsOn" : [" build" ]
54
50
}
55
51
},
56
52
"tags" : []
Original file line number Diff line number Diff line change 47
47
"options" : {
48
48
"jestConfig" : " packages/ionic-react/jest.config.ts"
49
49
}
50
- },
51
- "publish" : {
52
- "command" : " node tools/scripts/publish.mjs ionic-react {args.ver} {args.tag}" ,
53
- "dependsOn" : [" build" ]
54
50
}
55
51
},
56
52
"tags" : []
Original file line number Diff line number Diff line change 52
52
]
53
53
},
54
54
"outputs" : [" {options.outputPath}" ]
55
- },
56
- "publish" : {
57
- "command" : " node tools/scripts/publish.mjs preact {args.ver} {args.tag}" ,
58
- "dependsOn" : [" build" ]
59
55
}
60
56
},
61
57
"tags" : []
Original file line number Diff line number Diff line change 52
52
]
53
53
},
54
54
"outputs" : [" {options.outputPath}" ]
55
- },
56
- "publish" : {
57
- "command" : " node tools/scripts/publish.mjs solid {args.ver} {args.tag}" ,
58
- "dependsOn" : [" build" ]
59
55
}
60
56
},
61
57
"tags" : []
Original file line number Diff line number Diff line change 69
69
"dependencies" : true
70
70
}
71
71
]
72
- },
73
- "publish" : {
74
- "command" : " node tools/scripts/publish.mjs stencil {args.ver} {args.tag}" ,
75
- "dependsOn" : [" build" ]
76
72
}
77
73
},
78
74
"tags" : []
Original file line number Diff line number Diff line change 58
58
"dependencies" : true
59
59
}
60
60
]
61
- },
62
- "publish" : {
63
- "command" : " node tools/scripts/publish.mjs svelte {args.ver} {args.tag}" ,
64
- "dependsOn" : [" build" ]
65
61
}
66
62
},
67
63
"tags" : []
Original file line number Diff line number Diff line change 46
46
}
47
47
]
48
48
}
49
- },
50
- "publish" : {
51
- "command" : " node tools/scripts/publish.mjs sveltekit {args.ver} {args.tag}" ,
52
- "dependsOn" : [" build" ]
53
49
}
54
50
},
55
51
"tags" : []
You can’t perform that action at this time.
0 commit comments