Skip to content

Commit 89ce7f7

Browse files
committed
Merge branch 'master' into template-placeholders
2 parents 190e342 + d1342c1 commit 89ce7f7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"turbo": "^1.2.6",
4141
"typescript": "~4.6.2"
4242
},
43-
"packageManager": "[email protected].2",
43+
"packageManager": "[email protected].3",
4444
"engines": {
4545
"pnpm": "^7.0.0"
4646
},

pnpm-lock.yaml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)