Skip to content

Commit

Permalink
Add turbo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Jan 6, 2024
1 parent 1b58ada commit 3f7f9c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"],
"outputMode": "new-only"
},
"test": {
"outputMode": "new-only"
}
}
}

0 comments on commit 3f7f9c0

Please sign in to comment.