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",
|
"check:vitest",
|
||||||
ViteTest {
|
ViteTest {
|
||||||
deps: inputs![
|
deps: inputs![
|
||||||
"yarn",
|
|
||||||
":node_modules",
|
":node_modules",
|
||||||
":ts:generated",
|
":ts:generated",
|
||||||
glob!["ts/{svelte.config.js,vite.config.ts,tsconfig.json}"],
|
glob!["ts/{svelte.config.js,vite.config.ts,tsconfig.json}"],
|
||||||
|
@ -325,7 +324,6 @@ fn check_web(build: &mut Build) -> Result<()> {
|
||||||
SvelteCheck {
|
SvelteCheck {
|
||||||
tsconfig: inputs!["ts/tsconfig.json"],
|
tsconfig: inputs!["ts/tsconfig.json"],
|
||||||
inputs: inputs![
|
inputs: inputs![
|
||||||
"yarn",
|
|
||||||
":node_modules",
|
":node_modules",
|
||||||
":ts:generated",
|
":ts:generated",
|
||||||
glob!["ts/**/*", "ts/.svelte-kit/**"],
|
glob!["ts/**/*", "ts/.svelte-kit/**"],
|
||||||
|
|
Loading…
Reference in a new issue