mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Ensure sveltekit gets built before congrats page
Fixes race condition in build
This commit is contained in:
parent
2d1c6c64e8
commit
455677a5c0
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ fn build_and_check_pages(build: &mut Build) -> Result<()> {
|
||||||
":ts:lib",
|
":ts:lib",
|
||||||
":ts:components",
|
":ts:components",
|
||||||
":sass",
|
":sass",
|
||||||
|
":sveltekit"
|
||||||
],
|
],
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue