Skip to content

Commit b728864

Browse files
committed
fix(turbo): add build dependency to test:coverage task
Ensures workspace packages are built before running coverage tests, fixing @packages/ddd-kit resolution errors in CI.
1 parent e0d9c95 commit b728864

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

turbo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"cache": false
3737
},
3838
"test:coverage": {
39+
"dependsOn": ["^build"],
3940
"outputs": ["coverage/**"],
4041
"cache": false
4142
},

0 commit comments

Comments
 (0)