Skip to content

Commit

Permalink
chore: fix sveltekit branch ref in builds (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Dec 20, 2023
1 parent 3eddf46 commit 677fb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builds/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 677fb3b

Please sign in to comment.