Skip to content

Commit

Permalink
Update turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Zertz committed Jun 18, 2024
1 parent d702bf8 commit 0918c96
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
@@ -1,7 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"baseBranch": "origin/main",
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
Expand All @@ -10,6 +9,7 @@
"dependsOn": []
},
"dev": {
"persistent": true,
"cache": false
}
}
Expand Down

0 comments on commit 0918c96

Please sign in to comment.