File tree Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Expand file tree Collapse file tree 3 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 68
68
"buildTarget" : " ${PROJECT_NAME}:build" ,
69
69
"outputPath" : " dist/libs/feature/notifications" ,
70
70
"plugins" : [
71
- " @semantic-release/exec" ,
72
- {
73
- "prepareCmd" : " ./node_modules/.bin/ts-node fix-new-clients.ts" ,
74
- "execCwd" : " ${WORKSPACE_DIR}"
75
- }
71
+ [
72
+ " @semantic-release/exec" ,
73
+ {
74
+ "prepareCmd" : " ./node_modules/.bin/ts-node fix-new-clients.ts" ,
75
+ "execCwd" : " ${WORKSPACE_DIR}"
76
+ }
77
+ ]
76
78
]
77
79
}
78
80
},
Original file line number Diff line number Diff line change 68
68
"buildTarget" : " ${PROJECT_NAME}:build" ,
69
69
"outputPath" : " dist/libs/feature/two-factor" ,
70
70
"plugins" : [
71
- " @semantic-release/exec" ,
72
- {
73
- "prepareCmd" : " ./node_modules/.bin/ts-node fix-new-clients.ts" ,
74
- "execCwd" : " ${WORKSPACE_DIR}"
75
- }
71
+ [
72
+ " @semantic-release/exec" ,
73
+ {
74
+ "prepareCmd" : " ./node_modules/.bin/ts-node fix-new-clients.ts" ,
75
+ "execCwd" : " ${WORKSPACE_DIR}"
76
+ }
77
+ ]
76
78
]
77
79
}
78
80
},
Original file line number Diff line number Diff line change 68
68
"buildTarget" : " ${PROJECT_NAME}:build" ,
69
69
"outputPath" : " dist/libs/feature/webhook" ,
70
70
"plugins" : [
71
- " @semantic-release/exec" ,
72
- {
73
- "prepareCmd" : " ./node_modules/.bin/ts-node fix-new-clients.ts" ,
74
- "execCwd" : " ${WORKSPACE_DIR}"
75
- }
71
+ [
72
+ " @semantic-release/exec" ,
73
+ {
74
+ "prepareCmd" : " ./node_modules/.bin/ts-node fix-new-clients.ts" ,
75
+ "execCwd" : " ${WORKSPACE_DIR}"
76
+ }
77
+ ]
76
78
]
77
79
}
78
80
},
You can’t perform that action at this time.
0 commit comments