Skip to content

Commit 0918c96

Browse files
committed
Update turbo.json
1 parent d702bf8 commit 0918c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://turborepo.org/schema.json",
3-
"baseBranch": "origin/main",
4-
"pipeline": {
3+
"tasks": {
54
"build": {
65
"dependsOn": ["^build"],
76
"outputs": ["dist/**", ".next/**"]
@@ -10,6 +9,7 @@
109
"dependsOn": []
1110
},
1211
"dev": {
12+
"persistent": true,
1313
"cache": false
1414
}
1515
}

0 commit comments

Comments
 (0)