Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Nov 20, 2024
1 parent 4610bf1 commit 9bebb3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/astro/turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": ["//"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputLogs": "new-only",
"outputs": ["components/**", "dist/**"]
}
}
}

0 comments on commit 9bebb3a

Please sign in to comment.