mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Ensure svelte changes trigger dprint run
This commit is contained in:
parent
da7d4dd2fc
commit
96a9dba67d
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ fn build_and_check_reviewer(build: &mut Build) -> Result<()> {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn check_web(build: &mut Build) -> Result<()> {
|
fn check_web(build: &mut Build) -> Result<()> {
|
||||||
let dprint_files = inputs![glob!["**/*.{ts,mjs,js,md,json,toml}", "target/**"]];
|
let dprint_files = inputs![glob!["**/*.{ts,mjs,js,md,json,toml,svelte}", "target/**"]];
|
||||||
build.add(
|
build.add(
|
||||||
"check:format:dprint",
|
"check:format:dprint",
|
||||||
DPrint {
|
DPrint {
|
||||||
|
|
Loading…
Reference in a new issue