Skip to content

Commit 88bebff

Browse files
Update turbo.json to use lakefs-dvc package name (#6078)
Co-authored-by: Amp <amp@ampcode.com>
1 parent c1e5d62 commit 88bebff

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
@@ -5,12 +5,12 @@
55
"dependsOn": ["^build"],
66
"outputs": ["dist/**"]
77
},
8-
"dvc#build": {
8+
"lakefs-dvc#build": {
99
"dependsOn": ["dvc-vscode-webview#build", "dvc-vscode-lsp#build"],
1010
"outputs": ["dist/**", "./dvc.vsix"]
1111
},
1212
"package": {
13-
"dependsOn": ["dvc#build"]
13+
"dependsOn": ["lakefs-dvc#build"]
1414
},
1515
"build-storybook": {
1616
"dependsOn": ["^build-storybook"],

0 commit comments

Comments
 (0)