Skip to content

Commit 83fa96c

Browse files
committed
ci: register data-inspector build in the turbo graph
The example hub builds against the plugin's dist; without an explicit task entry and dependsOn edge, CI built the example before the plugin existed and rolldown failed to resolve the package.
1 parent 1832a08 commit 83fa96c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

turbo.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"dependsOn": ["devframe#build"],
3434
"outputs": ["dist/**"]
3535
},
36+
"@devframes/plugin-data-inspector#build": {
37+
"outputLogs": "new-only",
38+
"dependsOn": ["devframe#build"],
39+
"outputs": ["dist/**"]
40+
},
3641
"@devframes/plugin-messages#build": {
3742
"outputLogs": "new-only",
3843
"dependsOn": ["devframe#build", "@devframes/hub#build"],
@@ -47,6 +52,7 @@
4752
"@devframes/plugin-terminals#build",
4853
"@devframes/plugin-code-server#build",
4954
"@devframes/plugin-inspect#build",
55+
"@devframes/plugin-data-inspector#build",
5056
"@devframes/plugin-a11y#build",
5157
"@devframes/plugin-messages#build"
5258
],

0 commit comments

Comments
 (0)