Skip to content

Commit bb44120

Browse files
authored
Pass --no-git-check flag to sv add (#11328)
1 parent 8ba8d99 commit bb44120

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/smooth-ends-laugh.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
Fixes a bug that caused `wrangler deploy` to hang when deploying SvelteKit sites with experimental autoconfig

packages/wrangler/src/autoconfig/frameworks/sveltekit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export class SvelteKit extends Framework {
1919
"sv",
2020
"add",
2121
"--no-install",
22+
"--no-git-check",
2223
"sveltekit-adapter=adapter:cloudflare",
2324
],
2425
{

0 commit comments

Comments
 (0)