Skip to content

Commit 8efea47

Browse files
committed
feat: remove coverage outputs from test configuration in turbo.json
1 parent 8e25fee commit 8efea47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": {
1010
"cache": true,
1111
"dependsOn": ["write-package-version-file", "^build"],
12-
"outputs": ["coverage/**"]
12+
"outputs": []
1313
},
1414
"typecheck": {
1515
"cache": true,

0 commit comments

Comments
 (0)