Skip to content

Commit fcc38b3

Browse files
committed
tweak turbo config
1 parent 29ef2e2 commit fcc38b3

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
@@ -7,12 +7,12 @@
77
"outputs": ["dist/**", "docs/**", "assets/**"]
88
},
99
"kit.svelte.dev#build": {
10-
"dependsOn": ["^build", "$VERCEL"],
10+
"dependsOn": ["^build", "$VERCEL", "$ENABLE_VC_BUILD"],
1111
"inputs": ["src/**", "../../packages/kit/docs/**", "../../documentation/**"],
1212
"outputs": [".vercel_build_output/**"]
1313
},
1414
"build": {
15-
"dependsOn": ["^build", "$VERCEL"],
15+
"dependsOn": ["^build", "$VERCEL", "$ENABLE_VC_BUILD"],
1616
"inputs": ["src/**", "scripts/**", "shared/**", "templates/**"],
1717
"outputs": ["files/**", "dist/**", ".svelte-kit/**", ".vercel_build_output/**"]
1818
},

0 commit comments

Comments
 (0)