Skip to content

Commit 04c8607

Browse files
chore: minor corrections for turbo config (#876)
This will now work for new setups too
1 parent ac96abd commit 04c8607

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

turbo.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@
1515
]
1616
},
1717
"dev": {
18+
"dependsOn": ["^build"],
19+
"persistent": true,
20+
"cache": false
21+
},
22+
"@spotlightjs/overlay#dev": {
1823
"with": ["@spotlightjs/sidecar#dev"],
19-
"cache": false,
20-
"persistent": true
24+
"dependsOn": ["^build"],
25+
"persistent": true,
26+
"cache": false
2127
},
2228
"test": {
2329
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)