mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Fix legacy editor not rebuilding after changes in ts/routes
This commit is contained in:
parent
8a0a21aba6
commit
a305665bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ fn build_and_check_editor(build: &mut Build) -> Result<()> {
|
|||
":ts:html-filter",
|
||||
":sass",
|
||||
":sveltekit",
|
||||
glob!("ts/lib/editable,routes/{editor,image-occlusion}/**")
|
||||
glob!("ts/lib/editable,ts/routes/{editor,image-occlusion}/**")
|
||||
];
|
||||
|
||||
build.add_action(
|
||||
|
|
|
|||
Loading…
Reference in a new issue