Skip to content

Commit ccd80db

Browse files
authored
chore(orchestrator): add dependency to orchestrator-common in turbo (#1723)
Add common dependency in turbo Signed-off-by: Gloria Ciavarrini <[email protected]>
1 parent 5c40936 commit ccd80db

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed
Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
11
{
22
"extends": ["//"],
33
"pipeline": {
4+
"start": {
5+
"dependsOn": [
6+
"@janus-idp/backstage-plugin-orchestrator-common#openapi:generate"
7+
]
8+
},
49
"tsc": {
510
"outputs": ["../../dist-types/plugins/orchestrator-backend/**"],
6-
"dependsOn": ["^tsc"]
11+
"dependsOn": [
12+
"^tsc",
13+
"@janus-idp/backstage-plugin-orchestrator-common#openapi:generate"
14+
]
15+
},
16+
"test": {
17+
"dependsOn": [
18+
"@janus-idp/backstage-plugin-orchestrator-common#openapi:generate"
19+
]
20+
},
21+
"export-dynamic": {
22+
"dependsOn": [
23+
"@janus-idp/backstage-plugin-orchestrator-common#openapi:generate"
24+
]
725
}
826
}
927
}

0 commit comments

Comments
 (0)