Skip to content

Commit

Permalink
fix: switch vite-plugin-svelte to v3 branch (#306)
Browse files Browse the repository at this point in the history
fix: switch vite-plugin-svelte to v3 branch until main branch has stabilized more
  • Loading branch information
dominikg authored May 17, 2024
1 parent dea59de commit a017143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/vite-plugin-svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function build(options: RunOptions) {
return runInRepo({
...options,
repo: 'sveltejs/vite-plugin-svelte',
branch: 'main',
branch: 'v3',
overrides: {
svelte: 'latest',
},
Expand Down
2 changes: 1 addition & 1 deletion tests/vite-plugin-svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'sveltejs/vite-plugin-svelte',
branch: 'main',
branch: 'v3',
overrides: {
svelte: 'latest',
},
Expand Down

0 comments on commit a017143

Please sign in to comment.