Skip to content

Commit

Permalink
fix: bootstrap language-tools before building and use local svelte-ch…
Browse files Browse the repository at this point in the history
…eck in kit
  • Loading branch information
dominikg committed Jun 4, 2023
1 parent dc4d099 commit 9fc7747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions builds/language-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export async function build(options: RunOptions) {
...options,
repo: 'sveltejs/language-tools',
branch: 'master',
beforeBuild: 'bootstrap',
build: 'build',
})
}
Expand Down
1 change: 1 addition & 0 deletions builds/sveltekit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export async function build(options: RunOptions) {
overrides: {
'@sveltejs/vite-plugin-svelte': true,
'@sveltejs/vite-plugin-svelte-inspector': true,
'svelte-check': true,
},
})
}
Expand Down
1 change: 1 addition & 0 deletions tests/language-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export async function test(options: RunOptions) {
...options,
repo: 'sveltejs/language-tools',
branch: 'master',
beforeBuild: 'bootstrap',
build: 'build',
test: 'test',
})
Expand Down

0 comments on commit 9fc7747

Please sign in to comment.