Skip to content

Commit 88f0e97

Browse files
committed
fix: enforce build dependency order via turbo pipeline
Signed-off-by: Todd Palmer <todd@betterdata.co>
1 parent 3793a16 commit 88f0e97

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

turbo.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"dist/**"
1313
]
1414
},
15+
"@loop-engine/observability#build": {
16+
"dependsOn": [
17+
"^build",
18+
"@loop-engine/core#build",
19+
"@loop-engine/runtime#build"
20+
],
21+
"outputs": [
22+
"dist/**"
23+
]
24+
},
1525
"test": {
1626
"dependsOn": [
1727
"build"

0 commit comments

Comments
 (0)