Skip to content

Commit

Permalink
Avoid turbo warning when building example
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <[email protected]>
  • Loading branch information
timostamm committed Nov 5, 2024
1 parent 30697d8 commit f9f6879
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/example/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build", "generate"],
"outputs": []
}
}
}

0 comments on commit f9f6879

Please sign in to comment.