Skip to content

Commit 2349efd

Browse files
committed
fix: add missing dependency to turbo task definition
1 parent 5f9236c commit 2349efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turbo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"outputs": ["dist/**", ".next/**"]
88
},
99
"test": {
10-
"outputs": ["coverage/**"],
11-
"dependsOn": []
10+
"dependsOn": ["^build"],
11+
"outputs": ["coverage/**"]
1212
},
1313
"clean": {
1414
"outputs": []

0 commit comments

Comments
 (0)