We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c40936 commit ccd80dbCopy full SHA for ccd80db
plugins/orchestrator-backend/turbo.json
@@ -1,9 +1,27 @@
1
{
2
"extends": ["//"],
3
"pipeline": {
4
+ "start": {
5
+ "dependsOn": [
6
+ "@janus-idp/backstage-plugin-orchestrator-common#openapi:generate"
7
+ ]
8
+ },
9
"tsc": {
10
"outputs": ["../../dist-types/plugins/orchestrator-backend/**"],
- "dependsOn": ["^tsc"]
11
12
+ "^tsc",
13
14
15
16
+ "test": {
17
18
19
20
21
+ "export-dynamic": {
22
23
24
25
}
26
27
0 commit comments