Skip to content

Commit

Permalink
update vite-plugin-svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed May 25, 2023
1 parent 6d72e10 commit 3794c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion builds/vite-plugin-svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ export async function build(options: RunOptions) {
...options,
repo: 'sveltejs/vite-plugin-svelte',
branch: 'svelte-4',
build: 'build',
})
}

export const packages = {
'@sveltejs/vite-plugin-svelte': 'packages/vite-plugin-svelte',
'@sveltejs/vite-plugin-svelte-inspector':
'packages/vite-plugin-svelte-inspector',
}
3 changes: 1 addition & 2 deletions tests/vite-plugin-svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export async function test(options: RunOptions) {
...options,
repo: 'sveltejs/vite-plugin-svelte',
branch: 'svelte-4',
build: 'build',
beforeTest: 'pnpm playwright install chromium',
test: ['lint', 'test'],
test: ['check:lint', 'check:types', 'test'],
})
}

0 comments on commit 3794c8e

Please sign in to comment.