Skip to content

Commit

Permalink
fix: add missing dependency to turbo task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Nov 9, 2024
1 parent 5f9236c commit 2349efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"outputs": ["dist/**", ".next/**"]
},
"test": {
"outputs": ["coverage/**"],
"dependsOn": []
"dependsOn": ["^build"],
"outputs": ["coverage/**"]
},
"clean": {
"outputs": []
Expand Down

0 comments on commit 2349efd

Please sign in to comment.