Skip to content

Commit

Permalink
chore: add missing overrides to sveltekit
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed May 25, 2023
1 parent 8b5ad11 commit f66b939
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builds/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export async function build(options: RunOptions) {
...options,
repo: 'sveltejs/kit',
branch: 'master',
overrides: {
'@sveltejs/vite-plugin-svelte': true,
'@sveltejs/vite-plugin-svelte-inspector': true,
},
})
}

Expand Down
1 change: 1 addition & 0 deletions tests/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export async function test(options: RunOptions) {
branch: 'master',
overrides: {
'@sveltejs/vite-plugin-svelte': true,
'@sveltejs/vite-plugin-svelte-inspector': true,
},
beforeTest: 'pnpm playwright install',
test: ['lint', 'check', 'test:vite-ecosystem-ci'], // TODO do we want another set of tests for svelte?
Expand Down

0 comments on commit f66b939

Please sign in to comment.