mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix check:svelte/vitest running indiscriminately
This commit is contained in:
parent
ec96bfe315
commit
a739d6257c
1 changed files with 0 additions and 2 deletions
|
@ -312,7 +312,6 @@ fn check_web(build: &mut Build) -> Result<()> {
|
|||
"check:vitest",
|
||||
ViteTest {
|
||||
deps: inputs![
|
||||
"yarn",
|
||||
":node_modules",
|
||||
":ts:generated",
|
||||
glob!["ts/{svelte.config.js,vite.config.ts,tsconfig.json}"],
|
||||
|
@ -325,7 +324,6 @@ fn check_web(build: &mut Build) -> Result<()> {
|
|||
SvelteCheck {
|
||||
tsconfig: inputs!["ts/tsconfig.json"],
|
||||
inputs: inputs![
|
||||
"yarn",
|
||||
":node_modules",
|
||||
":ts:generated",
|
||||
glob!["ts/**/*", "ts/.svelte-kit/**"],
|
||||
|
|
Loading…
Reference in a new issue