Skip to content

Commit

Permalink
Turbo: infra test requires website build
Browse files Browse the repository at this point in the history
  • Loading branch information
mellevanderlinde committed Dec 21, 2024
1 parent ae19af6 commit 32dd152
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 @@ -13,10 +13,10 @@
"test": {},
"test:update": {},
"infra#test": {
"dependsOn": ["infra#build"]
"dependsOn": ["infra#build", "website#build"]
},
"infra#test:update": {
"dependsOn": ["infra#build"]
"dependsOn": ["infra#build", "website#build"]
}
}
}

0 comments on commit 32dd152

Please sign in to comment.