From 073188005fc41c55ae30ba20bbaf98cdba505221 Mon Sep 17 00:00:00 2001 From: dominikg Date: Wed, 16 Oct 2024 21:34:03 +0200 Subject: [PATCH] fix: invalid branch name --- builds/sveltekit.ts | 2 +- tests/sveltekit.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builds/sveltekit.ts b/builds/sveltekit.ts index ea8cb53a..b4869ad8 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: 'es-im', + branch: 'eh-im', overrides: { '@sveltejs/vite-plugin-svelte': true, '@sveltejs/vite-plugin-svelte-inspector': true, diff --git a/tests/sveltekit.ts b/tests/sveltekit.ts index a596fc39..ce485317 100755 --- a/tests/sveltekit.ts +++ b/tests/sveltekit.ts @@ -5,7 +5,7 @@ export async function test(options: RunOptions) { await runInRepo({ ...options, repo: 'sveltejs/kit', - branch: 'es-im', + branch: 'eh-im', overrides: { '@sveltejs/vite-plugin-svelte': true, '@sveltejs/vite-plugin-svelte-inspector': true,