From 95ae50393b2348e8ec99596f5b3c7c339cd88c46 Mon Sep 17 00:00:00 2001 From: dominikg Date: Wed, 20 Dec 2023 13:04:17 +0100 Subject: [PATCH] chore: fix sveltekit branch ref in builds --- builds/sveltekit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/sveltekit.ts b/builds/sveltekit.ts index fbca189d..c9b2830a 100644 --- a/builds/sveltekit.ts +++ b/builds/sveltekit.ts @@ -5,7 +5,7 @@ export async function build(options: RunOptions) { return runInRepo({ ...options, repo: 'sveltejs/kit', - branch: 'master', + branch: 'main', overrides: { '@sveltejs/vite-plugin-svelte': true, '@sveltejs/vite-plugin-svelte-inspector': true,