Skip to content

Commit

Permalink
chore(orchestrator): add dependency to orchestrator-common in turbo (j…
Browse files Browse the repository at this point in the history
…anus-idp#1723)

Add common dependency in turbo

Signed-off-by: Gloria Ciavarrini <gciavarrini@redhat.com>
  • Loading branch information
gciavarrini authored May 27, 2024
1 parent 5c40936 commit ccd80db
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion plugins/orchestrator-backend/turbo.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
{
"extends": ["//"],
"pipeline": {
"start": {
"dependsOn": [
"@janus-idp/backstage-plugin-orchestrator-common#openapi:generate"
]
},
"tsc": {
"outputs": ["../../dist-types/plugins/orchestrator-backend/**"],
"dependsOn": ["^tsc"]
"dependsOn": [
"^tsc",
"@janus-idp/backstage-plugin-orchestrator-common#openapi:generate"
]
},
"test": {
"dependsOn": [
"@janus-idp/backstage-plugin-orchestrator-common#openapi:generate"
]
},
"export-dynamic": {
"dependsOn": [
"@janus-idp/backstage-plugin-orchestrator-common#openapi:generate"
]
}
}
}

0 comments on commit ccd80db

Please sign in to comment.