Skip to content

Commit aee3630

Browse files
committed
chore: fix turbo
1 parent ccde72e commit aee3630

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

turbo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
"^build"
1414
]
1515
},
16+
"test:ci": {
17+
"dependsOn": [
18+
"^build"
19+
],
20+
"outputs": [
21+
"coverage/**"
22+
]
23+
},
1624
"dev": {
1725
"cache": false,
1826
"persistent": true

0 commit comments

Comments
 (0)