Skip to content

Commit 8670bcc

Browse files
committed
Speed up the build
1 parent fbbbf5d commit 8670bcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

turbo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
},
1717
"build:nightly": {},
1818
"bundle": {
19-
"dependsOn": ["@roo-code/types#build", "@roo-code/build#build", "@roo-code/vscode-webview#build:nightly"],
19+
"dependsOn": ["^build"],
2020
"cache": false
2121
},
2222
"bundle:nightly": {
23-
"dependsOn": ["@roo-code/types#build", "@roo-code/build#build", "@roo-code/vscode-webview#build:nightly"],
23+
"dependsOn": ["^build"],
2424
"cache": false
2525
},
2626
"vsix": {
27-
"dependsOn": ["bundle"],
27+
"dependsOn": ["bundle", "@roo-code/vscode-webview#build"],
2828
"cache": false
2929
},
3030
"vsix:nightly": {
31-
"dependsOn": ["bundle:nightly"],
31+
"dependsOn": ["bundle:nightly", "@roo-code/vscode-webview#build:nightly"],
3232
"cache": false
3333
}
3434
}

0 commit comments

Comments
 (0)