From 677fb3bce71f6ce2222d09bf1447aaf9630087bc Mon Sep 17 00:00:00 2001 From: Dominik G Date: Wed, 20 Dec 2023 13:06:05 +0100 Subject: [PATCH] chore: fix sveltekit branch ref in builds (#12) --- 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,